Html Css Color HEX #BE880E Dark Goldenrod

📋 copy color: '#BE880E'

red 190 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #BE880E

Tints of Dark Goldenrod #BE880E

RGB

 RED value IS 190 (74.61% from 255) = 55.88%

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 55.88%
G = 40%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE880E (or 0xBE880E) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 0E. RGB value is (190,136,14). Sum of RGB (Red+Green+Blue) = 190+136+14=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE880E is #4177F1. Grayscale: #8A8A8A. Windows color (decimal): -4290546 or 952510. OLE color: 952510.

HSL color Cylindrical-coordinate representation of color #BE880E: hue angle of 41.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE880E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 14 -
CMYK 0 0.28 0.93 0.25
HSL 41.59º 0.86% 0.4% -
HSV(B) 41.59º 0.93% 0.75% -
XYZ 30.12 28.59 4.35 -
YUV 138.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 190 136 14 0 0.28 0.93 0.25 41.59 0.86 0.4
Hex BE 88 E 0 1C 5D 19 2A 56 28
Octal 276 210 16 0 34 135 31 52 126 50
Binary 10111110 10001000 1110 0 11100 1011101 11001 101010 1010110 101000

Color Harmonies of #BE880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE880E

Black with #BE880E

Text Example


Text Example

White with #BE880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE880E; }

 p { color: rgb(190,136,14); }

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

background-color css

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

 a { background-color: rgb(190,136,14); }

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

border-color css

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

 span { border-color: rgb(190,136,14); }

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