Html Css Color HEX #B38111 Dark Goldenrod

📋 copy color: '#B38111'

red 179 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #B38111

Tints of Dark Goldenrod #B38111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 55.08%
G = 39.69%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38111 (or 0xB38111) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 11. RGB value is (179,129,17). Sum of RGB (Red+Green+Blue) = 179+129+17=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38111 is #4C7EEE. Grayscale: #838383. Windows color (decimal): -5013231 or 1147315. OLE color: 1147315.

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

Color convert

RGB 179 129 17 -
CMYK 0 0.28 0.91 0.30
HSL 41.48º 0.83% 0.38% -
HSV(B) 41.48º 0.91% 0.7% -
XYZ 26.54 25.32 4.02 -
YUV 131.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 179 129 17 0 0.28 0.91 0.30 41.48 0.83 0.38
Hex B3 81 11 0 1C 5B 1E 29 53 26
Octal 263 201 21 0 34 133 36 51 123 46
Binary 10110011 10000001 10001 0 11100 1011011 11110 101001 1010011 100110

Color Harmonies of #B38111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38111

Black with #B38111

Text Example


Text Example

White with #B38111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38111; }

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

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

background-color css

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

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

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

border-color css

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

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

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