Html Css Color HEX #B08311 Dark Goldenrod

📋 copy color: '#B08311'

red 176 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #B08311

Tints of Dark Goldenrod #B08311

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 54.32%
G = 40.43%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B08311 (or 0xB08311) is known color: Dark Goldenrod. HEX triplet: B0, 83 and 11. RGB value is (176,131,17). Sum of RGB (Red+Green+Blue) = 176+131+17=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B08311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08311 is #4F7CEE. Grayscale: #838383. Windows color (decimal): -5209327 or 1147824. OLE color: 1147824.

HSL color Cylindrical-coordinate representation of color #B08311: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B08311 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 17 -
CMYK 0 0.26 0.90 0.31
HSL 43.02º 0.82% 0.38% -
HSV(B) 43.02º 0.9% 0.69% -
XYZ 26.12 25.5 4.08 -
YUV 131.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 176 131 17 0 0.26 0.90 0.31 43.02 0.82 0.38
Hex B0 83 11 0 1A 5A 1F 2B 52 26
Octal 260 203 21 0 32 132 37 53 122 46
Binary 10110000 10000011 10001 0 11010 1011010 11111 101011 1010010 100110

Color Harmonies of #B08311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08311

Black with #B08311

Text Example


Text Example

White with #B08311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08311; }

 p { color: rgb(176,131,17); }

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

background-color css

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

 a { background-color: rgb(176,131,17); }

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

border-color css

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

 span { border-color: rgb(176,131,17); }

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