Html Css Color HEX #B88914 Dark Goldenrod

📋 copy color: '#B88914'

red 184 ◦ green 137 ◦ blue 20

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

Shades of Dark Goldenrod #B88914

Tints of Dark Goldenrod #B88914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 53.96%
G = 40.18%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B88914 (or 0xB88914) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 14. RGB value is (184,137,20). Sum of RGB (Red+Green+Blue) = 184+137+20=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B88914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88914 is #4776EB. Grayscale: #8A8A8A. Windows color (decimal): -4683500 or 1345976. OLE color: 1345976.

HSL color Cylindrical-coordinate representation of color #B88914: hue angle of 42.8º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B88914 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 20 -
CMYK 0 0.26 0.89 0.28
HSL 42.8º 0.8% 0.4% -
HSV(B) 42.8º 0.89% 0.72% -
XYZ 28.84 28.13 4.57 -
YUV 137.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 184 137 20 0 0.26 0.89 0.28 42.8 0.8 0.4
Hex B8 89 14 0 1A 59 1C 2B 50 28
Octal 270 211 24 0 32 131 34 53 120 50
Binary 10111000 10001001 10100 0 11010 1011001 11100 101011 1010000 101000

Color Harmonies of #B88914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88914

Black with #B88914

Text Example


Text Example

White with #B88914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88914; }

 p { color: rgb(184,137,20); }

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

background-color css

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

 a { background-color: rgb(184,137,20); }

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

border-color css

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

 span { border-color: rgb(184,137,20); }

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