Html Css Color HEX #BE5E02 Tenne (Tawny)

📋 copy color: '#BE5E02'

red 190 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #BE5E02

Tints of Tenne (Tawny) #BE5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 66.43%
G = 32.87%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE5E02 (or 0xBE5E02) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 02. RGB value is (190,94,2). Sum of RGB (Red+Green+Blue) = 190+94+2=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E02 is #41A1FD. Grayscale: #707070. Windows color (decimal): -4301310 or 155326. OLE color: 155326.

HSL color Cylindrical-coordinate representation of color #BE5E02: hue angle of 29.36º 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 #BE5E02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 94 2 -
CMYK 0 0.51 0.99 0.25
HSL 29.36º 0.98% 0.38% -
HSV(B) 29.36º 0.99% 0.75% -
XYZ 25.25 18.96 2.39 -
YUV 112.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 190 94 2 0 0.51 0.99 0.25 29.36 0.98 0.38
Hex BE 5E 2 0 33 63 19 1D 62 26
Octal 276 136 2 0 63 143 31 35 142 46
Binary 10111110 1011110 10 0 110011 1100011 11001 11101 1100010 100110

Color Harmonies of #BE5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E02

Black with #BE5E02

Text Example


Text Example

White with #BE5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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