Html Css Color HEX #BE6C02 Tenne (Tawny)

📋 copy color: '#BE6C02'

red 190 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #BE6C02

Tints of Tenne (Tawny) #BE6C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 63.33%
G = 36%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE6C02 (or 0xBE6C02) is known color: Tenne (Tawny). HEX triplet: BE, 6C and 02. RGB value is (190,108,2). Sum of RGB (Red+Green+Blue) = 190+108+2=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C02 is #4193FD. Grayscale: #787878. Windows color (decimal): -4297726 or 158910. OLE color: 158910.

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

Color convert

RGB 190 108 2 -
CMYK 0 0.43 0.99 0.25
HSL 33.83º 0.98% 0.38% -
HSV(B) 33.83º 0.99% 0.75% -
XYZ 26.61 21.68 2.84 -
YUV 120.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 190 108 2 0 0.43 0.99 0.25 33.83 0.98 0.38
Hex BE 6C 2 0 2B 63 19 22 62 26
Octal 276 154 2 0 53 143 31 42 142 46
Binary 10111110 1101100 10 0 101011 1100011 11001 100010 1100010 100110

Color Harmonies of #BE6C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C02

Black with #BE6C02

Text Example


Text Example

White with #BE6C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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