Html Css Color HEX #B88F0C Dark Goldenrod

📋 copy color: '#B88F0C'

red 184 ◦ green 143 ◦ blue 12

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

Shades of Dark Goldenrod #B88F0C

Tints of Dark Goldenrod #B88F0C

RGB

 RED value IS 184 (72.27% from 255) = 54.28%

 GREEN value IS 143 (56.25% from 255) = 42.18%

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

R = 54.28%
G = 42.18%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B88F0C (or 0xB88F0C) is known color: Dark Goldenrod. HEX triplet: B8, 8F and 0C. RGB value is (184,143,12). Sum of RGB (Red+Green+Blue) = 184+143+12=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88F0C is #4770F3. Grayscale: #8C8C8C. Windows color (decimal): -4681972 or 823224. OLE color: 823224.

HSL color Cylindrical-coordinate representation of color #B88F0C: hue angle of 45.7º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B88F0C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 12 -
CMYK 0 0.22 0.93 0.28
HSL 45.7º 0.88% 0.38% -
HSV(B) 45.7º 0.93% 0.72% -
XYZ 29.66 29.86 4.55 -
YUV 140.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 184 143 12 0 0.22 0.93 0.28 45.7 0.88 0.38
Hex B8 8F C 0 16 5D 1C 2E 58 26
Octal 270 217 14 0 26 135 34 56 130 46
Binary 10111000 10001111 1100 0 10110 1011101 11100 101110 1011000 100110

Color Harmonies of #B88F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F0C

Black with #B88F0C

Text Example


Text Example

White with #B88F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F0C; }

 p { color: rgb(184,143,12); }

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

background-color css

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

 a { background-color: rgb(184,143,12); }

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

border-color css

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

 span { border-color: rgb(184,143,12); }

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