Html Css Color HEX #B08210 Dark Goldenrod

📋 copy color: '#B08210'

red 176 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #B08210

Tints of Dark Goldenrod #B08210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 54.66%
G = 40.37%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B08210 (or 0xB08210) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 10. RGB value is (176,130,16). Sum of RGB (Red+Green+Blue) = 176+130+16=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B08210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08210 is #4F7DEF. Grayscale: #838383. Windows color (decimal): -5209584 or 1082032. OLE color: 1082032.

HSL color Cylindrical-coordinate representation of color #B08210: hue angle of 42.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B08210 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 16 -
CMYK 0 0.26 0.91 0.31
HSL 42.75º 0.83% 0.38% -
HSV(B) 42.75º 0.91% 0.69% -
XYZ 25.98 25.23 3.99 -
YUV 130.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 176 130 16 0 0.26 0.91 0.31 42.75 0.83 0.38
Hex B0 82 10 0 1A 5B 1F 2B 53 26
Octal 260 202 20 0 32 133 37 53 123 46
Binary 10110000 10000010 10000 0 11010 1011011 11111 101011 1010011 100110

Color Harmonies of #B08210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08210

Black with #B08210

Text Example


Text Example

White with #B08210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08210; }

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

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

background-color css

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

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

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

border-color css

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

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

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