Html Css Color HEX #BE6402 Tenne (Tawny)

📋 copy color: '#BE6402'

red 190 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #BE6402

Tints of Tenne (Tawny) #BE6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 65.07%
G = 34.25%
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

#BE6402 (or 0xBE6402) is known color: Tenne (Tawny). HEX triplet: BE, 64 and 02. RGB value is (190,100,2). Sum of RGB (Red+Green+Blue) = 190+100+2=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6402 is #419BFD. Grayscale: #747474. Windows color (decimal): -4299774 or 156862. OLE color: 156862.

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

Color convert

RGB 190 100 2 -
CMYK 0 0.47 0.99 0.25
HSL 31.28º 0.98% 0.38% -
HSV(B) 31.28º 0.99% 0.75% -
XYZ 25.8 20.07 2.57 -
YUV 115.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 190 100 2 0 0.47 0.99 0.25 31.28 0.98 0.38
Hex BE 64 2 0 2F 63 19 1F 62 26
Octal 276 144 2 0 57 143 31 37 142 46
Binary 10111110 1100100 10 0 101111 1100011 11001 11111 1100010 100110

Color Harmonies of #BE6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6402

Black with #BE6402

Text Example


Text Example

White with #BE6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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