Html Css Color HEX #B0820C Dark Goldenrod

📋 copy color: '#B0820C'

red 176 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #B0820C

Tints of Dark Goldenrod #B0820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 55.35%
G = 40.88%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0820C (or 0xB0820C) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 0C. RGB value is (176,130,12). Sum of RGB (Red+Green+Blue) = 176+130+12=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0820C is #4F7DF3. Grayscale: #828282. Windows color (decimal): -5209588 or 819888. OLE color: 819888.

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

Color convert

RGB 176 130 12 -
CMYK 0 0.26 0.93 0.31
HSL 43.17º 0.87% 0.37% -
HSV(B) 43.17º 0.93% 0.69% -
XYZ 25.95 25.22 3.85 -
YUV 130.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 176 130 12 0 0.26 0.93 0.31 43.17 0.87 0.37
Hex B0 82 C 0 1A 5D 1F 2B 57 25
Octal 260 202 14 0 32 135 37 53 127 45
Binary 10110000 10000010 1100 0 11010 1011101 11111 101011 1010111 100101

Color Harmonies of #B0820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0820C

Black with #B0820C

Text Example


Text Example

White with #B0820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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