Html Css Color HEX #B88801 Dark Goldenrod

📋 copy color: '#B88801'

red 184 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #B88801

Tints of Dark Goldenrod #B88801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 57.32%
G = 42.37%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B88801 (or 0xB88801) is known color: Dark Goldenrod. HEX triplet: B8, 88 and 01. RGB value is (184,136,1). Sum of RGB (Red+Green+Blue) = 184+136+1=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B88801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88801 is #4777FE. Grayscale: #878787. Windows color (decimal): -4683775 or 100536. OLE color: 100536.

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

Color convert

RGB 184 136 1 -
CMYK 0 0.26 0.99 0.28
HSL 44.26º 0.99% 0.36% -
HSV(B) 44.26º 0.99% 0.72% -
XYZ 28.58 27.8 3.89 -
YUV 134.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 184 136 1 0 0.26 0.99 0.28 44.26 0.99 0.36
Hex B8 88 1 0 1A 63 1C 2C 63 24
Octal 270 210 1 0 32 143 34 54 143 44
Binary 10111000 10001000 1 0 11010 1100011 11100 101100 1100011 100100

Color Harmonies of #B88801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88801

Black with #B88801

Text Example


Text Example

White with #B88801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88801; }

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

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

background-color css

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

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

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

border-color css

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

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

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