Html Css Color HEX #BE690C Tenne (Tawny)

📋 copy color: '#BE690C'

red 190 ◦ green 105 ◦ blue 12

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

Shades of Tenne (Tawny) #BE690C

Tints of Tenne (Tawny) #BE690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 61.89%
G = 34.2%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE690C (or 0xBE690C) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 0C. RGB value is (190,105,12). Sum of RGB (Red+Green+Blue) = 190+105+12=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE690C is #4196F3. Grayscale: #787878. Windows color (decimal): -4298484 or 813502. OLE color: 813502.

HSL color Cylindrical-coordinate representation of color #BE690C: hue angle of 31.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE690C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 12 -
CMYK 0 0.45 0.94 0.25
HSL 31.35º 0.88% 0.4% -
HSV(B) 31.35º 0.94% 0.75% -
XYZ 26.35 21.08 3.03 -
YUV 119.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 190 105 12 0 0.45 0.94 0.25 31.35 0.88 0.4
Hex BE 69 C 0 2D 5E 19 1F 58 28
Octal 276 151 14 0 55 136 31 37 130 50
Binary 10111110 1101001 1100 0 101101 1011110 11001 11111 1011000 101000

Color Harmonies of #BE690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE690C

Black with #BE690C

Text Example


Text Example

White with #BE690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE690C; }

 p { color: rgb(190,105,12); }

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

background-color css

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

 a { background-color: rgb(190,105,12); }

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

border-color css

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

 span { border-color: rgb(190,105,12); }

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