Html Css Color HEX #B88E14 Dark Goldenrod

📋 copy color: '#B88E14'

red 184 ◦ green 142 ◦ blue 20

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

Shades of Dark Goldenrod #B88E14

Tints of Dark Goldenrod #B88E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

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

R = 53.18%
G = 41.04%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B88E14 (or 0xB88E14) is known color: Dark Goldenrod. HEX triplet: B8, 8E and 14. RGB value is (184,142,20). Sum of RGB (Red+Green+Blue) = 184+142+20=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88E14 is #4771EB. Grayscale: #8D8D8D. Windows color (decimal): -4682220 or 1347256. OLE color: 1347256.

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

Color convert

RGB 184 142 20 -
CMYK 0 0.23 0.89 0.28
HSL 44.63º 0.8% 0.4% -
HSV(B) 44.63º 0.89% 0.72% -
XYZ 29.57 29.59 4.81 -
YUV 140.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 184 142 20 0 0.23 0.89 0.28 44.63 0.8 0.4
Hex B8 8E 14 0 17 59 1C 2D 50 28
Octal 270 216 24 0 27 131 34 55 120 50
Binary 10111000 10001110 10100 0 10111 1011001 11100 101101 1010000 101000

Color Harmonies of #B88E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E14

Black with #B88E14

Text Example


Text Example

White with #B88E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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