Html Css Color HEX #B38C11 Dark Goldenrod

📋 copy color: '#B38C11'

red 179 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #B38C11

Tints of Dark Goldenrod #B38C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

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

R = 53.27%
G = 41.67%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38C11 (or 0xB38C11) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 11. RGB value is (179,140,17). Sum of RGB (Red+Green+Blue) = 179+140+17=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C11 is #4C73EE. Grayscale: #8A8A8A. Windows color (decimal): -5010415 or 1150131. OLE color: 1150131.

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

Color convert

RGB 179 140 17 -
CMYK 0 0.22 0.91 0.30
HSL 45.56º 0.83% 0.38% -
HSV(B) 45.56º 0.91% 0.7% -
XYZ 28.07 28.38 4.53 -
YUV 137.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 179 140 17 0 0.22 0.91 0.30 45.56 0.83 0.38
Hex B3 8C 11 0 16 5B 1E 2E 53 26
Octal 263 214 21 0 26 133 36 56 123 46
Binary 10110011 10001100 10001 0 10110 1011011 11110 101110 1010011 100110

Color Harmonies of #B38C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C11

Black with #B38C11

Text Example


Text Example

White with #B38C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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