Html Css Color HEX #B38011 Dark Goldenrod

📋 copy color: '#B38011'

red 179 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #B38011

Tints of Dark Goldenrod #B38011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

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

R = 55.25%
G = 39.51%
B = 5.25%

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

#B38011 (or 0xB38011) is known color: Dark Goldenrod. HEX triplet: B3, 80 and 11. RGB value is (179,128,17). Sum of RGB (Red+Green+Blue) = 179+128+17=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B38011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38011 is #4C7FEE. Grayscale: #838383. Windows color (decimal): -5013487 or 1147059. OLE color: 1147059.

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

Color convert

RGB 179 128 17 -
CMYK 0 0.28 0.91 0.30
HSL 41.11º 0.83% 0.38% -
HSV(B) 41.11º 0.91% 0.7% -
XYZ 26.41 25.06 3.98 -
YUV 130.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 179 128 17 0 0.28 0.91 0.30 41.11 0.83 0.38
Hex B3 80 11 0 1C 5B 1E 29 53 26
Octal 263 200 21 0 34 133 36 51 123 46
Binary 10110011 10000000 10001 0 11100 1011011 11110 101001 1010011 100110

Color Harmonies of #B38011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38011

Black with #B38011

Text Example


Text Example

White with #B38011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38011; }

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

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

background-color css

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

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

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

border-color css

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

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

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