Html Css Color HEX #B38211 Dark Goldenrod

📋 copy color: '#B38211'

red 179 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #B38211

Tints of Dark Goldenrod #B38211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 54.91%
G = 39.88%
B = 5.21%

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

#B38211 (or 0xB38211) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 11. RGB value is (179,130,17). Sum of RGB (Red+Green+Blue) = 179+130+17=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B38211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38211 is #4C7DEE. Grayscale: #848484. Windows color (decimal): -5012975 or 1147571. OLE color: 1147571.

HSL color Cylindrical-coordinate representation of color #B38211: hue angle of 41.85º degrees, saturation: 0.83, 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 #B38211 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 17 -
CMYK 0 0.27 0.91 0.30
HSL 41.85º 0.83% 0.38% -
HSV(B) 41.85º 0.91% 0.7% -
XYZ 26.67 25.59 4.06 -
YUV 131.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 179 130 17 0 0.27 0.91 0.30 41.85 0.83 0.38
Hex B3 82 11 0 1B 5B 1E 2A 53 26
Octal 263 202 21 0 33 133 36 52 123 46
Binary 10110011 10000010 10001 0 11011 1011011 11110 101010 1010011 100110

Color Harmonies of #B38211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38211

Black with #B38211

Text Example


Text Example

White with #B38211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38211; }

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

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

background-color css

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

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

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

border-color css

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

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

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