Html Css Color HEX #B38210 Dark Goldenrod

📋 copy color: '#B38210'

red 179 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #B38210

Tints of Dark Goldenrod #B38210

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

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

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

R = 55.08%
G = 40%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38210 (or 0xB38210) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 10. RGB value is (179,130,16). Sum of RGB (Red+Green+Blue) = 179+130+16=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38210 is #4C7DEF. Grayscale: #848484. Windows color (decimal): -5012976 or 1082035. OLE color: 1082035.

HSL color Cylindrical-coordinate representation of color #B38210: hue angle of 41.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38210 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 16 -
CMYK 0 0.27 0.91 0.30
HSL 41.96º 0.84% 0.38% -
HSV(B) 41.96º 0.91% 0.7% -
XYZ 26.67 25.59 4.02 -
YUV 131.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 179 130 16 0 0.27 0.91 0.30 41.96 0.84 0.38
Hex B3 82 10 0 1B 5B 1E 2A 54 26
Octal 263 202 20 0 33 133 36 52 124 46
Binary 10110011 10000010 10000 0 11011 1011011 11110 101010 1010100 100110

Color Harmonies of #B38210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38210

Black with #B38210

Text Example


Text Example

White with #B38210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38210; }

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

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

background-color css

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

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

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

border-color css

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

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

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