Html Css Color HEX #BE600B Tenne (Tawny)

📋 copy color: '#BE600B'

red 190 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #BE600B

Tints of Tenne (Tawny) #BE600B

RGB

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

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

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

R = 63.97%
G = 32.32%
B = 3.7%

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

#BE600B (or 0xBE600B) is known color: Tenne (Tawny). HEX triplet: BE, 60 and 0B. RGB value is (190,96,11). Sum of RGB (Red+Green+Blue) = 190+96+11=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE600B is #419FF4. Grayscale: #727272. Windows color (decimal): -4300789 or 745662. OLE color: 745662.

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

Color convert

RGB 190 96 11 -
CMYK 0 0.49 0.94 0.25
HSL 28.49º 0.89% 0.39% -
HSV(B) 28.49º 0.94% 0.75% -
XYZ 25.48 19.34 2.71 -
YUV 114.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 190 96 11 0 0.49 0.94 0.25 28.49 0.89 0.39
Hex BE 60 B 0 31 5E 19 1C 59 27
Octal 276 140 13 0 61 136 31 34 131 47
Binary 10111110 1100000 1011 0 110001 1011110 11001 11100 1011001 100111

Color Harmonies of #BE600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE600B

Black with #BE600B

Text Example


Text Example

White with #BE600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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