Html Css Color HEX #BE6502 Tenne (Tawny)

📋 copy color: '#BE6502'

red 190 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #BE6502

Tints of Tenne (Tawny) #BE6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 64.85%
G = 34.47%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE6502 (or 0xBE6502) is known color: Tenne (Tawny). HEX triplet: BE, 65 and 02. RGB value is (190,101,2). Sum of RGB (Red+Green+Blue) = 190+101+2=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6502 is #419AFD. Grayscale: #747474. Windows color (decimal): -4299518 or 157118. OLE color: 157118.

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

Color convert

RGB 190 101 2 -
CMYK 0 0.47 0.99 0.25
HSL 31.6º 0.98% 0.38% -
HSV(B) 31.6º 0.99% 0.75% -
XYZ 25.9 20.26 2.6 -
YUV 116.33 63.49 180.55 -
System Red Green Blue C M Y K H S L
Decimal 190 101 2 0 0.47 0.99 0.25 31.6 0.98 0.38
Hex BE 65 2 0 2F 63 19 20 62 26
Octal 276 145 2 0 57 143 31 40 142 46
Binary 10111110 1100101 10 0 101111 1100011 11001 100000 1100010 100110

Color Harmonies of #BE6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6502

Black with #BE6502

Text Example


Text Example

White with #BE6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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