Html Css Color HEX #BE6B08 Tenne (Tawny)

📋 copy color: '#BE6B08'

red 190 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #BE6B08

Tints of Tenne (Tawny) #BE6B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 62.3%
G = 35.08%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE6B08 (or 0xBE6B08) is known color: Tenne (Tawny). HEX triplet: BE, 6B and 08. RGB value is (190,107,8). Sum of RGB (Red+Green+Blue) = 190+107+8=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B08 is #4194F7. Grayscale: #797979. Windows color (decimal): -4297976 or 551870. OLE color: 551870.

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

Color convert

RGB 190 107 8 -
CMYK 0 0.44 0.96 0.25
HSL 32.64º 0.92% 0.39% -
HSV(B) 32.64º 0.96% 0.75% -
XYZ 26.54 21.48 2.98 -
YUV 120.53 64.5 177.55 -
System Red Green Blue C M Y K H S L
Decimal 190 107 8 0 0.44 0.96 0.25 32.64 0.92 0.39
Hex BE 6B 8 0 2C 60 19 21 5C 27
Octal 276 153 10 0 54 140 31 41 134 47
Binary 10111110 1101011 1000 0 101100 1100000 11001 100001 1011100 100111

Color Harmonies of #BE6B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B08

Black with #BE6B08

Text Example


Text Example

White with #BE6B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B08; }

 p { color: rgb(190,107,8); }

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

background-color css

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

 a { background-color: rgb(190,107,8); }

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

border-color css

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

 span { border-color: rgb(190,107,8); }

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