Html Css Color HEX #B8910C Dark Goldenrod

📋 copy color: '#B8910C'

red 184 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #B8910C

Tints of Dark Goldenrod #B8910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

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

R = 53.96%
G = 42.52%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8910C (or 0xB8910C) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 0C. RGB value is (184,145,12). Sum of RGB (Red+Green+Blue) = 184+145+12=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8910C is #476EF3. Grayscale: #8E8E8E. Windows color (decimal): -4681460 or 823736. OLE color: 823736.

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

Color convert

RGB 184 145 12 -
CMYK 0 0.21 0.93 0.28
HSL 46.4º 0.88% 0.38% -
HSV(B) 46.4º 0.93% 0.72% -
XYZ 29.96 30.47 4.65 -
YUV 141.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 184 145 12 0 0.21 0.93 0.28 46.4 0.88 0.38
Hex B8 91 C 0 15 5D 1C 2E 58 26
Octal 270 221 14 0 25 135 34 56 130 46
Binary 10111000 10010001 1100 0 10101 1011101 11100 101110 1011000 100110

Color Harmonies of #B8910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8910C

Black with #B8910C

Text Example


Text Example

White with #B8910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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