Html Css Color HEX #BE5D0B Tenne (Tawny)

📋 copy color: '#BE5D0B'

red 190 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #BE5D0B

Tints of Tenne (Tawny) #BE5D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 64.63%
G = 31.63%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE5D0B (or 0xBE5D0B) is known color: Tenne (Tawny). HEX triplet: BE, 5D and 0B. RGB value is (190,93,11). Sum of RGB (Red+Green+Blue) = 190+93+11=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D0B is #41A2F4. Grayscale: #717171. Windows color (decimal): -4301557 or 744894. OLE color: 744894.

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

Color convert

RGB 190 93 11 -
CMYK 0 0.51 0.94 0.25
HSL 27.49º 0.89% 0.39% -
HSV(B) 27.49º 0.94% 0.75% -
XYZ 25.21 18.8 2.62 -
YUV 112.66 70.64 183.17 -
System Red Green Blue C M Y K H S L
Decimal 190 93 11 0 0.51 0.94 0.25 27.49 0.89 0.39
Hex BE 5D B 0 33 5E 19 1B 59 27
Octal 276 135 13 0 63 136 31 33 131 47
Binary 10111110 1011101 1011 0 110011 1011110 11001 11011 1011001 100111

Color Harmonies of #BE5D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D0B

Black with #BE5D0B

Text Example


Text Example

White with #BE5D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D0B; }

 p { color: rgb(190,93,11); }

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

background-color css

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

 a { background-color: rgb(190,93,11); }

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

border-color css

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

 span { border-color: rgb(190,93,11); }

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