Html Css Color HEX #BE6000 Tenne (Tawny)

📋 copy color: '#BE6000'

red 190 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #BE6000

Tints of Tenne (Tawny) #BE6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.43%
G = 33.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE6000 (or 0xBE6000) is known color: Tenne (Tawny). HEX triplet: BE, 60 and 00. RGB value is (190,96,0). Sum of RGB (Red+Green+Blue) = 190+96+0=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6000 is #419FFF. Grayscale: #717171. Windows color (decimal): -4300800 or 24766. OLE color: 24766.

HSL color Cylindrical-coordinate representation of color #BE6000: hue angle of 30.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE6000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 96 0 -
CMYK 0 0.49 1 0.25
HSL 30.32º 1% 0.37% -
HSV(B) 30.32º 1% 0.75% -
XYZ 25.42 19.31 2.39 -
YUV 113.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 190 96 0 0 0.49 1 0.25 30.32 1 0.37
Hex BE 60 0 0 31 64 19 1E 64 25
Octal 276 140 0 0 61 144 31 36 144 45
Binary 10111110 1100000 0 0 110001 1100100 11001 11110 1100100 100101

Color Harmonies of #BE6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6000

Black with #BE6000

Text Example


Text Example

White with #BE6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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