Html Css Color HEX #B38E11 Dark Goldenrod

📋 copy color: '#B38E11'

red 179 ◦ green 142 ◦ blue 17

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

Shades of Dark Goldenrod #B38E11

Tints of Dark Goldenrod #B38E11

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.01%

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

R = 52.96%
G = 42.01%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38E11 (or 0xB38E11) is known color: Dark Goldenrod. HEX triplet: B3, 8E and 11. RGB value is (179,142,17). Sum of RGB (Red+Green+Blue) = 179+142+17=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E11 is #4C71EE. Grayscale: #8B8B8B. Windows color (decimal): -5009903 or 1150643. OLE color: 1150643.

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

Color convert

RGB 179 142 17 -
CMYK 0 0.21 0.91 0.30
HSL 46.3º 0.83% 0.38% -
HSV(B) 46.3º 0.91% 0.7% -
XYZ 28.36 28.97 4.63 -
YUV 138.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 179 142 17 0 0.21 0.91 0.30 46.3 0.83 0.38
Hex B3 8E 11 0 15 5B 1E 2E 53 26
Octal 263 216 21 0 25 133 36 56 123 46
Binary 10110011 10001110 10001 0 10101 1011011 11110 101110 1010011 100110

Color Harmonies of #B38E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E11

Black with #B38E11

Text Example


Text Example

White with #B38E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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