Html Css Color HEX #BE6002 Tenne (Tawny)

📋 copy color: '#BE6002'

red 190 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #BE6002

Tints of Tenne (Tawny) #BE6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 65.97%
G = 33.33%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE6002 (or 0xBE6002) is known color: Tenne (Tawny). HEX triplet: BE, 60 and 02. RGB value is (190,96,2). Sum of RGB (Red+Green+Blue) = 190+96+2=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6002 is #419FFD. Grayscale: #717171. Windows color (decimal): -4300798 or 155838. OLE color: 155838.

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

Color convert

RGB 190 96 2 -
CMYK 0 0.49 0.99 0.25
HSL 30º 0.98% 0.38% -
HSV(B) 30º 0.99% 0.75% -
XYZ 25.43 19.32 2.45 -
YUV 113.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 190 96 2 0 0.49 0.99 0.25 30 0.98 0.38
Hex BE 60 2 0 31 63 19 1E 62 26
Octal 276 140 2 0 61 143 31 36 142 46
Binary 10111110 1100000 10 0 110001 1100011 11001 11110 1100010 100110

Color Harmonies of #BE6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6002

Black with #BE6002

Text Example


Text Example

White with #BE6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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