Html Css Color HEX #B88501 Dark Goldenrod

📋 copy color: '#B88501'

red 184 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #B88501

Tints of Dark Goldenrod #B88501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 57.86%
G = 41.82%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B88501 (or 0xB88501) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 01. RGB value is (184,133,1). Sum of RGB (Red+Green+Blue) = 184+133+1=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B88501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88501 is #477AFE. Grayscale: #858585. Windows color (decimal): -4684543 or 99768. OLE color: 99768.

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

Color convert

RGB 184 133 1 -
CMYK 0 0.28 0.99 0.28
HSL 43.28º 0.99% 0.36% -
HSV(B) 43.28º 0.99% 0.72% -
XYZ 28.16 26.97 3.75 -
YUV 133.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 184 133 1 0 0.28 0.99 0.28 43.28 0.99 0.36
Hex B8 85 1 0 1C 63 1C 2B 63 24
Octal 270 205 1 0 34 143 34 53 143 44
Binary 10111000 10000101 1 0 11100 1100011 11100 101011 1100011 100100

Color Harmonies of #B88501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88501

Black with #B88501

Text Example


Text Example

White with #B88501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88501; }

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

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

background-color css

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

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

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

border-color css

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

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

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