Html Css Color HEX #B88413 Dark Goldenrod

📋 copy color: '#B88413'

red 184 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #B88413

Tints of Dark Goldenrod #B88413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 54.93%
G = 39.4%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88413 (or 0xB88413) is known color: Dark Goldenrod. HEX triplet: B8, 84 and 13. RGB value is (184,132,19). Sum of RGB (Red+Green+Blue) = 184+132+19=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B88413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88413 is #477BEC. Grayscale: #878787. Windows color (decimal): -4684781 or 1279160. OLE color: 1279160.

HSL color Cylindrical-coordinate representation of color #B88413: hue angle of 41.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B88413 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 19 -
CMYK 0 0.28 0.90 0.28
HSL 41.09º 0.81% 0.4% -
HSV(B) 41.09º 0.9% 0.72% -
XYZ 28.14 26.74 4.29 -
YUV 134.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 184 132 19 0 0.28 0.90 0.28 41.09 0.81 0.4
Hex B8 84 13 0 1C 5A 1C 29 51 28
Octal 270 204 23 0 34 132 34 51 121 50
Binary 10111000 10000100 10011 0 11100 1011010 11100 101001 1010001 101000

Color Harmonies of #B88413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88413

Black with #B88413

Text Example


Text Example

White with #B88413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88413; }

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

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

background-color css

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

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

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

border-color css

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

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

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