Html Css Color HEX #B88813 Dark Goldenrod

📋 copy color: '#B88813'

red 184 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #B88813

Tints of Dark Goldenrod #B88813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

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

R = 54.28%
G = 40.12%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88813 (or 0xB88813) is known color: Dark Goldenrod. HEX triplet: B8, 88 and 13. RGB value is (184,136,19). Sum of RGB (Red+Green+Blue) = 184+136+19=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B88813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88813 is #4777EC. Grayscale: #898989. Windows color (decimal): -4683757 or 1280184. OLE color: 1280184.

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

Color convert

RGB 184 136 19 -
CMYK 0 0.26 0.90 0.28
HSL 42.55º 0.81% 0.4% -
HSV(B) 42.55º 0.9% 0.72% -
XYZ 28.69 27.85 4.48 -
YUV 137.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 184 136 19 0 0.26 0.90 0.28 42.55 0.81 0.4
Hex B8 88 13 0 1A 5A 1C 2B 51 28
Octal 270 210 23 0 32 132 34 53 121 50
Binary 10111000 10001000 10011 0 11010 1011010 11100 101011 1010001 101000

Color Harmonies of #B88813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88813

Black with #B88813

Text Example


Text Example

White with #B88813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88813; }

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

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

background-color css

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

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

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

border-color css

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

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

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