Html Css Color HEX #BE600C Tenne (Tawny)

📋 copy color: '#BE600C'

red 190 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #BE600C

Tints of Tenne (Tawny) #BE600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 63.76%
G = 32.21%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE600C (or 0xBE600C) is known color: Tenne (Tawny). HEX triplet: BE, 60 and 0C. RGB value is (190,96,12). Sum of RGB (Red+Green+Blue) = 190+96+12=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE600C is #419FF3. Grayscale: #727272. Windows color (decimal): -4300788 or 811198. OLE color: 811198.

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

Color convert

RGB 190 96 12 -
CMYK 0 0.49 0.94 0.25
HSL 28.31º 0.88% 0.4% -
HSV(B) 28.31º 0.94% 0.75% -
XYZ 25.48 19.34 2.74 -
YUV 114.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 190 96 12 0 0.49 0.94 0.25 28.31 0.88 0.4
Hex BE 60 C 0 31 5E 19 1C 58 28
Octal 276 140 14 0 61 136 31 34 130 50
Binary 10111110 1100000 1100 0 110001 1011110 11001 11100 1011000 101000

Color Harmonies of #BE600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE600C

Black with #BE600C

Text Example


Text Example

White with #BE600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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