Html Css Color HEX #BE660A Tenne (Tawny)

📋 copy color: '#BE660A'

red 190 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #BE660A

Tints of Tenne (Tawny) #BE660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 62.91%
G = 33.77%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE660A (or 0xBE660A) is known color: Tenne (Tawny). HEX triplet: BE, 66 and 0A. RGB value is (190,102,10). Sum of RGB (Red+Green+Blue) = 190+102+10=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE660A is #4199F5. Grayscale: #767676. Windows color (decimal): -4299254 or 681662. OLE color: 681662.

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

Color convert

RGB 190 102 10 -
CMYK 0 0.46 0.95 0.25
HSL 30.67º 0.9% 0.39% -
HSV(B) 30.67º 0.95% 0.75% -
XYZ 26.04 20.47 2.87 -
YUV 117.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 190 102 10 0 0.46 0.95 0.25 30.67 0.9 0.39
Hex BE 66 A 0 2E 5F 19 1F 5A 27
Octal 276 146 12 0 56 137 31 37 132 47
Binary 10111110 1100110 1010 0 101110 1011111 11001 11111 1011010 100111

Color Harmonies of #BE660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE660A

Black with #BE660A

Text Example


Text Example

White with #BE660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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