Html Css Color HEX #BE6902 Tenne (Tawny)

📋 copy color: '#BE6902'

red 190 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #BE6902

Tints of Tenne (Tawny) #BE6902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 63.97%
G = 35.35%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE6902 (or 0xBE6902) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 02. RGB value is (190,105,2). Sum of RGB (Red+Green+Blue) = 190+105+2=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6902 is #4196FD. Grayscale: #777777. Windows color (decimal): -4298494 or 158142. OLE color: 158142.

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

Color convert

RGB 190 105 2 -
CMYK 0 0.45 0.99 0.25
HSL 32.87º 0.98% 0.38% -
HSV(B) 32.87º 0.99% 0.75% -
XYZ 26.3 21.05 2.74 -
YUV 118.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 190 105 2 0 0.45 0.99 0.25 32.87 0.98 0.38
Hex BE 69 2 0 2D 63 19 21 62 26
Octal 276 151 2 0 55 143 31 41 142 46
Binary 10111110 1101001 10 0 101101 1100011 11001 100001 1100010 100110

Color Harmonies of #BE6902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6902

Black with #BE6902

Text Example


Text Example

White with #BE6902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6902; }

 p { color: rgb(190,105,2); }

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

background-color css

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

 a { background-color: rgb(190,105,2); }

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

border-color css

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

 span { border-color: rgb(190,105,2); }

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