Html Css Color HEX #BD5E0F Tenne (Tawny)

📋 copy color: '#BD5E0F'

red 189 ◦ green 94 ◦ blue 15

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

Shades of Tenne (Tawny) #BD5E0F

Tints of Tenne (Tawny) #BD5E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

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

R = 63.42%
G = 31.54%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD5E0F (or 0xBD5E0F) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 0F. RGB value is (189,94,15). Sum of RGB (Red+Green+Blue) = 189+94+15=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E0F is #42A1F0. Grayscale: #717171. Windows color (decimal): -4366833 or 1007293. OLE color: 1007293.

HSL color Cylindrical-coordinate representation of color #BD5E0F: hue angle of 27.24º 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 #BD5E0F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 15 -
CMYK 0 0.50 0.92 0.26
HSL 27.24º 0.85% 0.4% -
HSV(B) 27.24º 0.92% 0.74% -
XYZ 25.08 18.86 2.77 -
YUV 113.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 189 94 15 0 0.50 0.92 0.26 27.24 0.85 0.4
Hex BD 5E F 0 32 5C 1A 1B 55 28
Octal 275 136 17 0 62 134 32 33 125 50
Binary 10111101 1011110 1111 0 110010 1011100 11010 11011 1010101 101000

Color Harmonies of #BD5E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E0F

Black with #BD5E0F

Text Example


Text Example

White with #BD5E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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