Html Css Color HEX #B88013 Dark Goldenrod

📋 copy color: '#B88013'

red 184 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #B88013

Tints of Dark Goldenrod #B88013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 55.59%
G = 38.67%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88013 (or 0xB88013) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 13. RGB value is (184,128,19). Sum of RGB (Red+Green+Blue) = 184+128+19=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B88013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88013 is #477FEC. Grayscale: #848484. Windows color (decimal): -4685805 or 1278136. OLE color: 1278136.

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

Color convert

RGB 184 128 19 -
CMYK 0 0.30 0.90 0.28
HSL 39.64º 0.81% 0.4% -
HSV(B) 39.64º 0.9% 0.72% -
XYZ 27.6 25.68 4.12 -
YUV 132.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 184 128 19 0 0.30 0.90 0.28 39.64 0.81 0.4
Hex B8 80 13 0 1E 5A 1C 28 51 28
Octal 270 200 23 0 36 132 34 50 121 50
Binary 10111000 10000000 10011 0 11110 1011010 11100 101000 1010001 101000

Color Harmonies of #B88013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88013

Black with #B88013

Text Example


Text Example

White with #B88013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88013; }

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

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

background-color css

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

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

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

border-color css

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

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

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