Html Css Color HEX #B0840C Dark Goldenrod

📋 copy color: '#B0840C'

red 176 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #B0840C

Tints of Dark Goldenrod #B0840C

RGB

 RED value IS 176 (69.14% from 255) = 55%

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

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

R = 55%
G = 41.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0840C (or 0xB0840C) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 0C. RGB value is (176,132,12). Sum of RGB (Red+Green+Blue) = 176+132+12=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0840C is #4F7BF3. Grayscale: #848484. Windows color (decimal): -5209076 or 820400. OLE color: 820400.

HSL color Cylindrical-coordinate representation of color #B0840C: hue angle of 43.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0840C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 12 -
CMYK 0 0.25 0.93 0.31
HSL 43.9º 0.87% 0.37% -
HSV(B) 43.9º 0.93% 0.69% -
XYZ 26.22 25.76 3.94 -
YUV 131.48 60.58 159.76 -
System Red Green Blue C M Y K H S L
Decimal 176 132 12 0 0.25 0.93 0.31 43.9 0.87 0.37
Hex B0 84 C 0 19 5D 1F 2C 57 25
Octal 260 204 14 0 31 135 37 54 127 45
Binary 10110000 10000100 1100 0 11001 1011101 11111 101100 1010111 100101

Color Harmonies of #B0840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0840C

Black with #B0840C

Text Example


Text Example

White with #B0840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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