Html Css Color HEX #B8840C Dark Goldenrod

📋 copy color: '#B8840C'

red 184 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #B8840C

Tints of Dark Goldenrod #B8840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 56.1%
G = 40.24%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8840C (or 0xB8840C) is known color: Dark Goldenrod. HEX triplet: B8, 84 and 0C. RGB value is (184,132,12). Sum of RGB (Red+Green+Blue) = 184+132+12=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8840C is #477BF3. Grayscale: #868686. Windows color (decimal): -4684788 or 820408. OLE color: 820408.

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

Color convert

RGB 184 132 12 -
CMYK 0 0.28 0.93 0.28
HSL 41.86º 0.88% 0.38% -
HSV(B) 41.86º 0.93% 0.72% -
XYZ 28.08 26.72 4.02 -
YUV 133.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 184 132 12 0 0.28 0.93 0.28 41.86 0.88 0.38
Hex B8 84 C 0 1C 5D 1C 2A 58 26
Octal 270 204 14 0 34 135 34 52 130 46
Binary 10111000 10000100 1100 0 11100 1011101 11100 101010 1011000 100110

Color Harmonies of #B8840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8840C

Black with #B8840C

Text Example


Text Example

White with #B8840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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