Html Css Color HEX #BD640F Tenne (Tawny)

📋 copy color: '#BD640F'

red 189 ◦ green 100 ◦ blue 15

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

Shades of Tenne (Tawny) #BD640F

Tints of Tenne (Tawny) #BD640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 62.17%
G = 32.89%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD640F (or 0xBD640F) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0F. RGB value is (189,100,15). Sum of RGB (Red+Green+Blue) = 189+100+15=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640F is #429BF0. Grayscale: #757575. Windows color (decimal): -4365297 or 1008829. OLE color: 1008829.

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

Color convert

RGB 189 100 15 -
CMYK 0 0.47 0.92 0.26
HSL 29.31º 0.85% 0.4% -
HSV(B) 29.31º 0.92% 0.74% -
XYZ 25.63 19.97 2.96 -
YUV 116.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 189 100 15 0 0.47 0.92 0.26 29.31 0.85 0.4
Hex BD 64 F 0 2F 5C 1A 1D 55 28
Octal 275 144 17 0 57 134 32 35 125 50
Binary 10111101 1100100 1111 0 101111 1011100 11010 11101 1010101 101000

Color Harmonies of #BD640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD640F

Black with #BD640F

Text Example


Text Example

White with #BD640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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