Html Css Color HEX #BA880C Dark Goldenrod

📋 copy color: '#BA880C'

red 186 ◦ green 136 ◦ blue 12

#BA880C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BA880C

Tints of Dark Goldenrod #BA880C

RGB

 RED value IS 186 (73.05% from 255) = 55.69%

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 55.69%
G = 40.72%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA880C (or 0xBA880C) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 0C. RGB value is (186,136,12). Sum of RGB (Red+Green+Blue) = 186+136+12=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA880C is #4577F3. Grayscale: #898989. Windows color (decimal): -4552692 or 821434. OLE color: 821434.

HSL color Cylindrical-coordinate representation of color #BA880C: hue angle of 42.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA880C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 12 -
CMYK 0 0.27 0.94 0.27
HSL 42.76º 0.88% 0.39% -
HSV(B) 42.76º 0.94% 0.73% -
XYZ 29.12 28.07 4.23 -
YUV 136.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 186 136 12 0 0.27 0.94 0.27 42.76 0.88 0.39
Hex BA 88 C 0 1B 5E 1B 2B 58 27
Octal 272 210 14 0 33 136 33 53 130 47
Binary 10111010 10001000 1100 0 11011 1011110 11011 101011 1011000 100111

Color Harmonies of #BA880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA880C

Black with #BA880C

Text Example


Text Example

White with #BA880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA880C; }

 p { color: rgb(186,136,12); }

 H1.HeaderClassName
 {
   color: #BA880C;
 }
 .AnyTagClassName
 {
   color: #BA880C;
 }
</style>

background-color css

<style>
 a { background-color: #BA880C; }

 a { background-color: rgb(186,136,12); }

 div.DivClassName
 {
   background-color: #BA880C;
 }
 .BgClassName
 {
   background-color: #BA880C;
 }
</style>

border-color css

<style>
 span { border-color: #BA880C; }

 span { border-color: rgb(186,136,12); }

 td.TdClassName
 {
   border-color: #BA880C;
 }
 .TagClassName
 {
   border-color: #BA880C;
 }
</style>