Html Css Color HEX #B88000 Dark Goldenrod

📋 copy color: '#B88000'

red 184 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #B88000

Tints of Dark Goldenrod #B88000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.97%
G = 41.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B88000 (or 0xB88000) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 00. RGB value is (184,128,0). Sum of RGB (Red+Green+Blue) = 184+128+0=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B88000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88000 is #477FFF. Grayscale: #828282. Windows color (decimal): -4685824 or 32952. OLE color: 32952.

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

Color convert

RGB 184 128 0 -
CMYK 0 0.30 1 0.28
HSL 41.74º 1% 0.36% -
HSV(B) 41.74º 1% 0.72% -
XYZ 27.49 25.63 3.5 -
YUV 130.15 54.55 166.41 -
System Red Green Blue C M Y K H S L
Decimal 184 128 0 0 0.30 1 0.28 41.74 1 0.36
Hex B8 80 0 0 1E 64 1C 2A 64 24
Octal 270 200 0 0 36 144 34 52 144 44
Binary 10111000 10000000 0 0 11110 1100100 11100 101010 1100100 100100

Color Harmonies of #B88000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88000

Black with #B88000

Text Example


Text Example

White with #B88000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88000; }

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

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

background-color css

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

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

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

border-color css

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

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

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