Html Css Color HEX #B89400 Dark Goldenrod

📋 copy color: '#B89400'

red 184 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #B89400

Tints of Dark Goldenrod #B89400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 55.42%
G = 44.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B89400 (or 0xB89400) is known color: Dark Goldenrod. HEX triplet: B8, 94 and 00. RGB value is (184,148,0). Sum of RGB (Red+Green+Blue) = 184+148+0=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B89400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89400 is #476BFF. Grayscale: #8E8E8E. Windows color (decimal): -4680704 or 38072. OLE color: 38072.

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

Color convert

RGB 184 148 0 -
CMYK 0 0.20 1 0.28
HSL 48.26º 1% 0.36% -
HSV(B) 48.26º 1% 0.72% -
XYZ 30.36 31.37 4.46 -
YUV 141.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 184 148 0 0 0.20 1 0.28 48.26 1 0.36
Hex B8 94 0 0 14 64 1C 30 64 24
Octal 270 224 0 0 24 144 34 60 144 44
Binary 10111000 10010100 0 0 10100 1100100 11100 110000 1100100 100100

Color Harmonies of #B89400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89400

Black with #B89400

Text Example


Text Example

White with #B89400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89400; }

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

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

background-color css

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

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

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

border-color css

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

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

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