Html Css Color HEX #B88D0C Dark Goldenrod

📋 copy color: '#B88D0C'

red 184 ◦ green 141 ◦ blue 12

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

Shades of Dark Goldenrod #B88D0C

Tints of Dark Goldenrod #B88D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.84%

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

R = 54.6%
G = 41.84%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B88D0C (or 0xB88D0C) is known color: Dark Goldenrod. HEX triplet: B8, 8D and 0C. RGB value is (184,141,12). Sum of RGB (Red+Green+Blue) = 184+141+12=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88D0C is #4772F3. Grayscale: #8B8B8B. Windows color (decimal): -4682484 or 822712. OLE color: 822712.

HSL color Cylindrical-coordinate representation of color #B88D0C: hue angle of 45º 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 #B88D0C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 141 12 -
CMYK 0 0.23 0.93 0.28
HSL 45º 0.88% 0.38% -
HSV(B) 45º 0.93% 0.72% -
XYZ 29.36 29.27 4.45 -
YUV 139.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 184 141 12 0 0.23 0.93 0.28 45 0.88 0.38
Hex B8 8D C 0 17 5D 1C 2D 58 26
Octal 270 215 14 0 27 135 34 55 130 46
Binary 10111000 10001101 1100 0 10111 1011101 11100 101101 1011000 100110

Color Harmonies of #B88D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D0C

Black with #B88D0C

Text Example


Text Example

White with #B88D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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