Html Css Color HEX #B89100 Dark Goldenrod

📋 copy color: '#B89100'

red 184 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #B89100

Tints of Dark Goldenrod #B89100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

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

R = 55.93%
G = 44.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B89100 (or 0xB89100) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 00. RGB value is (184,145,0). Sum of RGB (Red+Green+Blue) = 184+145+0=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B89100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89100 is #476EFF. Grayscale: #8C8C8C. Windows color (decimal): -4681472 or 37304. OLE color: 37304.

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

Color convert

RGB 184 145 0 -
CMYK 0 0.21 1 0.28
HSL 47.28º 1% 0.36% -
HSV(B) 47.28º 1% 0.72% -
XYZ 29.89 30.44 4.3 -
YUV 140.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 184 145 0 0 0.21 1 0.28 47.28 1 0.36
Hex B8 91 0 0 15 64 1C 2F 64 24
Octal 270 221 0 0 25 144 34 57 144 44
Binary 10111000 10010001 0 0 10101 1100100 11100 101111 1100100 100100

Color Harmonies of #B89100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89100

Black with #B89100

Text Example


Text Example

White with #B89100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89100; }

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

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

background-color css

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

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

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

border-color css

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

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

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