Html Css Color HEX #BD640C Tenne (Tawny)

📋 copy color: '#BD640C'

red 189 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #BD640C

Tints of Tenne (Tawny) #BD640C

RGB

 RED value IS 189 (74.22% from 255) = 62.79%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 62.79%
G = 33.22%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD640C (or 0xBD640C) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0C. RGB value is (189,100,12). Sum of RGB (Red+Green+Blue) = 189+100+12=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640C is #429BF3. Grayscale: #757575. Windows color (decimal): -4365300 or 812221. OLE color: 812221.

HSL color Cylindrical-coordinate representation of color #BD640C: hue angle of 29.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD640C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 12 -
CMYK 0 0.47 0.94 0.26
HSL 29.83º 0.88% 0.39% -
HSV(B) 29.83º 0.94% 0.74% -
XYZ 25.61 19.96 2.85 -
YUV 116.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 189 100 12 0 0.47 0.94 0.26 29.83 0.88 0.39
Hex BD 64 C 0 2F 5E 1A 1E 58 27
Octal 275 144 14 0 57 136 32 36 130 47
Binary 10111101 1100100 1100 0 101111 1011110 11010 11110 1011000 100111

Color Harmonies of #BD640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD640C

Black with #BD640C

Text Example


Text Example

White with #BD640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD640C; }

 p { color: rgb(189,100,12); }

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

background-color css

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

 a { background-color: rgb(189,100,12); }

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

border-color css

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

 span { border-color: rgb(189,100,12); }

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