Html Css Color HEX #BE8802 Dark Goldenrod

📋 copy color: '#BE8802'

red 190 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #BE8802

Tints of Dark Goldenrod #BE8802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 57.93%
G = 41.46%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8802 (or 0xBE8802) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 02. RGB value is (190,136,2). Sum of RGB (Red+Green+Blue) = 190+136+2=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8802 is #4177FD. Grayscale: #898989. Windows color (decimal): -4290558 or 166078. OLE color: 166078.

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

Color convert

RGB 190 136 2 -
CMYK 0 0.28 0.99 0.25
HSL 42.77º 0.98% 0.38% -
HSV(B) 42.77º 0.99% 0.75% -
XYZ 30.05 28.56 3.99 -
YUV 136.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 190 136 2 0 0.28 0.99 0.25 42.77 0.98 0.38
Hex BE 88 2 0 1C 63 19 2B 62 26
Octal 276 210 2 0 34 143 31 53 142 46
Binary 10111110 10001000 10 0 11100 1100011 11001 101011 1100010 100110

Color Harmonies of #BE8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8802

Black with #BE8802

Text Example


Text Example

White with #BE8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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