Html Css Color HEX #B88411 Dark Goldenrod

📋 copy color: '#B88411'

red 184 ◦ green 132 ◦ blue 17

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

Shades of Dark Goldenrod #B88411

Tints of Dark Goldenrod #B88411

RGB

 RED value IS 184 (72.27% from 255) = 55.26%

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 55.26%
G = 39.64%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B88411 (or 0xB88411) is known color: Dark Goldenrod. HEX triplet: B8, 84 and 11. RGB value is (184,132,17). Sum of RGB (Red+Green+Blue) = 184+132+17=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B88411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88411 is #477BEE. Grayscale: #868686. Windows color (decimal): -4684783 or 1148088. OLE color: 1148088.

HSL color Cylindrical-coordinate representation of color #B88411: hue angle of 41.32º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B88411 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 17 -
CMYK 0 0.28 0.91 0.28
HSL 41.32º 0.83% 0.39% -
HSV(B) 41.32º 0.91% 0.72% -
XYZ 28.12 26.73 4.21 -
YUV 134.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 184 132 17 0 0.28 0.91 0.28 41.32 0.83 0.39
Hex B8 84 11 0 1C 5B 1C 29 53 27
Octal 270 204 21 0 34 133 34 51 123 47
Binary 10111000 10000100 10001 0 11100 1011011 11100 101001 1010011 100111

Color Harmonies of #B88411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88411

Black with #B88411

Text Example


Text Example

White with #B88411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88411; }

 p { color: rgb(184,132,17); }

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

background-color css

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

 a { background-color: rgb(184,132,17); }

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

border-color css

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

 span { border-color: rgb(184,132,17); }

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