Html Css Color HEX #B89201 Dark Goldenrod

📋 copy color: '#B89201'

red 184 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #B89201

Tints of Dark Goldenrod #B89201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 55.59%
G = 44.11%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B89201 (or 0xB89201) is known color: Dark Goldenrod. HEX triplet: B8, 92 and 01. RGB value is (184,146,1). Sum of RGB (Red+Green+Blue) = 184+146+1=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B89201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89201 is #476DFE. Grayscale: #8D8D8D. Windows color (decimal): -4681215 or 103096. OLE color: 103096.

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

Color convert

RGB 184 146 1 -
CMYK 0 0.21 0.99 0.28
HSL 47.54º 0.99% 0.36% -
HSV(B) 47.54º 0.99% 0.72% -
XYZ 30.05 30.75 4.38 -
YUV 140.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 184 146 1 0 0.21 0.99 0.28 47.54 0.99 0.36
Hex B8 92 1 0 15 63 1C 30 63 24
Octal 270 222 1 0 25 143 34 60 143 44
Binary 10111000 10010010 1 0 10101 1100011 11100 110000 1100011 100100

Color Harmonies of #B89201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89201

Black with #B89201

Text Example


Text Example

White with #B89201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89201; }

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

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

background-color css

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

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

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

border-color css

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

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

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