Html Css Color HEX #BD640D Tenne (Tawny)

📋 copy color: '#BD640D'

red 189 ◦ green 100 ◦ blue 13

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

Shades of Tenne (Tawny) #BD640D

Tints of Tenne (Tawny) #BD640D

RGB

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

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

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

R = 62.58%
G = 33.11%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD640D (or 0xBD640D) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0D. RGB value is (189,100,13). Sum of RGB (Red+Green+Blue) = 189+100+13=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640D is #429BF2. Grayscale: #757575. Windows color (decimal): -4365299 or 877757. OLE color: 877757.

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

Color convert

RGB 189 100 13 -
CMYK 0 0.47 0.93 0.26
HSL 29.66º 0.87% 0.4% -
HSV(B) 29.66º 0.93% 0.74% -
XYZ 25.62 19.96 2.88 -
YUV 116.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 189 100 13 0 0.47 0.93 0.26 29.66 0.87 0.4
Hex BD 64 D 0 2F 5D 1A 1E 57 28
Octal 275 144 15 0 57 135 32 36 127 50
Binary 10111101 1100100 1101 0 101111 1011101 11010 11110 1010111 101000

Color Harmonies of #BD640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD640D

Black with #BD640D

Text Example


Text Example

White with #BD640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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