Html Css Color HEX #BE6B04 Tenne (Tawny)

📋 copy color: '#BE6B04'

red 190 ◦ green 107 ◦ blue 4

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

Shades of Tenne (Tawny) #BE6B04

Tints of Tenne (Tawny) #BE6B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 63.12%
G = 35.55%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE6B04 (or 0xBE6B04) is known color: Tenne (Tawny). HEX triplet: BE, 6B and 04. RGB value is (190,107,4). Sum of RGB (Red+Green+Blue) = 190+107+4=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B04 is #4194FB. Grayscale: #787878. Windows color (decimal): -4297980 or 289726. OLE color: 289726.

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

Color convert

RGB 190 107 4 -
CMYK 0 0.44 0.98 0.25
HSL 33.23º 0.96% 0.38% -
HSV(B) 33.23º 0.98% 0.75% -
XYZ 26.51 21.47 2.86 -
YUV 120.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 190 107 4 0 0.44 0.98 0.25 33.23 0.96 0.38
Hex BE 6B 4 0 2C 62 19 21 60 26
Octal 276 153 4 0 54 142 31 41 140 46
Binary 10111110 1101011 100 0 101100 1100010 11001 100001 1100000 100110

Color Harmonies of #BE6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B04

Black with #BE6B04

Text Example


Text Example

White with #BE6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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