Html Css Color HEX #BE6605 Tenne (Tawny)

📋 copy color: '#BE6605'

red 190 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #BE6605

Tints of Tenne (Tawny) #BE6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 63.97%
G = 34.34%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE6605 (or 0xBE6605) is known color: Tenne (Tawny). HEX triplet: BE, 66 and 05. RGB value is (190,102,5). Sum of RGB (Red+Green+Blue) = 190+102+5=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6605 is #4199FA. Grayscale: #757575. Windows color (decimal): -4299259 or 353982. OLE color: 353982.

HSL color Cylindrical-coordinate representation of color #BE6605: hue angle of 31.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE6605 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 102 5 -
CMYK 0 0.46 0.97 0.25
HSL 31.46º 0.95% 0.38% -
HSV(B) 31.46º 0.97% 0.75% -
XYZ 26.01 20.46 2.72 -
YUV 117.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 190 102 5 0 0.46 0.97 0.25 31.46 0.95 0.38
Hex BE 66 5 0 2E 61 19 1F 5F 26
Octal 276 146 5 0 56 141 31 37 137 46
Binary 10111110 1100110 101 0 101110 1100001 11001 11111 1011111 100110

Color Harmonies of #BE6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6605

Black with #BE6605

Text Example


Text Example

White with #BE6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6605; }

 p { color: rgb(190,102,5); }

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

background-color css

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

 a { background-color: rgb(190,102,5); }

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

border-color css

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

 span { border-color: rgb(190,102,5); }

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