Html Css Color HEX #BE670D Tenne (Tawny)

📋 copy color: '#BE670D'

red 190 ◦ green 103 ◦ blue 13

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

Shades of Tenne (Tawny) #BE670D

Tints of Tenne (Tawny) #BE670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 62.09%
G = 33.66%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE670D (or 0xBE670D) is known color: Tenne (Tawny). HEX triplet: BE, 67 and 0D. RGB value is (190,103,13). Sum of RGB (Red+Green+Blue) = 190+103+13=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE670D is #4198F2. Grayscale: #777777. Windows color (decimal): -4298995 or 878526. OLE color: 878526.

HSL color Cylindrical-coordinate representation of color #BE670D: hue angle of 30.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE670D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 13 -
CMYK 0 0.46 0.93 0.25
HSL 30.51º 0.87% 0.4% -
HSV(B) 30.51º 0.93% 0.75% -
XYZ 26.16 20.68 2.99 -
YUV 118.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 190 103 13 0 0.46 0.93 0.25 30.51 0.87 0.4
Hex BE 67 D 0 2E 5D 19 1F 57 28
Octal 276 147 15 0 56 135 31 37 127 50
Binary 10111110 1100111 1101 0 101110 1011101 11001 11111 1010111 101000

Color Harmonies of #BE670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE670D

Black with #BE670D

Text Example


Text Example

White with #BE670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE670D; }

 p { color: rgb(190,103,13); }

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

background-color css

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

 a { background-color: rgb(190,103,13); }

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

border-color css

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

 span { border-color: rgb(190,103,13); }

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