Html Css Color HEX #B38511 Dark Goldenrod

📋 copy color: '#B38511'

red 179 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #B38511

Tints of Dark Goldenrod #B38511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 54.41%
G = 40.43%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38511 (or 0xB38511) is known color: Dark Goldenrod. HEX triplet: B3, 85 and 11. RGB value is (179,133,17). Sum of RGB (Red+Green+Blue) = 179+133+17=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38511 is #4C7AEE. Grayscale: #868686. Windows color (decimal): -5012207 or 1148339. OLE color: 1148339.

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

Color convert

RGB 179 133 17 -
CMYK 0 0.26 0.91 0.30
HSL 42.96º 0.83% 0.38% -
HSV(B) 42.96º 0.91% 0.7% -
XYZ 27.08 26.4 4.2 -
YUV 133.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 179 133 17 0 0.26 0.91 0.30 42.96 0.83 0.38
Hex B3 85 11 0 1A 5B 1E 2B 53 26
Octal 263 205 21 0 32 133 36 53 123 46
Binary 10110011 10000101 10001 0 11010 1011011 11110 101011 1010011 100110

Color Harmonies of #B38511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38511

Black with #B38511

Text Example


Text Example

White with #B38511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38511; }

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

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

background-color css

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

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

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

border-color css

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

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

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