Html Css Color HEX #B89600 Dark Goldenrod

📋 copy color: '#B89600'

red 184 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #B89600

Tints of Dark Goldenrod #B89600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 55.09%
G = 44.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B89600 (or 0xB89600) is known color: Dark Goldenrod. HEX triplet: B8, 96 and 00. RGB value is (184,150,0). Sum of RGB (Red+Green+Blue) = 184+150+0=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B89600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89600 is #4769FF. Grayscale: #8F8F8F. Windows color (decimal): -4680192 or 38584. OLE color: 38584.

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

Color convert

RGB 184 150 0 -
CMYK 0 0.18 1 0.28
HSL 48.91º 1% 0.36% -
HSV(B) 48.91º 1% 0.72% -
XYZ 30.67 32 4.56 -
YUV 143.07 47.26 157.2 -
System Red Green Blue C M Y K H S L
Decimal 184 150 0 0 0.18 1 0.28 48.91 1 0.36
Hex B8 96 0 0 12 64 1C 31 64 24
Octal 270 226 0 0 22 144 34 61 144 44
Binary 10111000 10010110 0 0 10010 1100100 11100 110001 1100100 100100

Color Harmonies of #B89600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89600

Black with #B89600

Text Example


Text Example

White with #B89600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89600; }

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

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

background-color css

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

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

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

border-color css

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

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

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