Html Css Color HEX #B88001 Dark Goldenrod

📋 copy color: '#B88001'

red 184 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #B88001

Tints of Dark Goldenrod #B88001

RGB

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

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

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

R = 58.79%
G = 40.89%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B88001 (or 0xB88001) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 01. RGB value is (184,128,1). Sum of RGB (Red+Green+Blue) = 184+128+1=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B88001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88001 is #477FFE. Grayscale: #828282. Windows color (decimal): -4685823 or 98488. OLE color: 98488.

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

Color convert

RGB 184 128 1 -
CMYK 0 0.30 0.99 0.28
HSL 41.64º 0.99% 0.36% -
HSV(B) 41.64º 0.99% 0.72% -
XYZ 27.49 25.63 3.53 -
YUV 130.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 184 128 1 0 0.30 0.99 0.28 41.64 0.99 0.36
Hex B8 80 1 0 1E 63 1C 2A 63 24
Octal 270 200 1 0 36 143 34 52 143 44
Binary 10111000 10000000 1 0 11110 1100011 11100 101010 1100011 100100

Color Harmonies of #B88001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88001

Black with #B88001

Text Example


Text Example

White with #B88001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88001; }

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

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

background-color css

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

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

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

border-color css

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

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

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