Html Css Color HEX #BE600D Tenne (Tawny)

📋 copy color: '#BE600D'

red 190 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #BE600D

Tints of Tenne (Tawny) #BE600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 63.55%
G = 32.11%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE600D (or 0xBE600D) is known color: Tenne (Tawny). HEX triplet: BE, 60 and 0D. RGB value is (190,96,13). Sum of RGB (Red+Green+Blue) = 190+96+13=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE600D is #419FF2. Grayscale: #737373. Windows color (decimal): -4300787 or 876734. OLE color: 876734.

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

Color convert

RGB 190 96 13 -
CMYK 0 0.49 0.93 0.25
HSL 28.14º 0.87% 0.4% -
HSV(B) 28.14º 0.93% 0.75% -
XYZ 25.49 19.34 2.77 -
YUV 114.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 190 96 13 0 0.49 0.93 0.25 28.14 0.87 0.4
Hex BE 60 D 0 31 5D 19 1C 57 28
Octal 276 140 15 0 61 135 31 34 127 50
Binary 10111110 1100000 1101 0 110001 1011101 11001 11100 1010111 101000

Color Harmonies of #BE600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE600D

Black with #BE600D

Text Example


Text Example

White with #BE600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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