Html Css Color HEX #BD5711 Tenne (Tawny)

📋 copy color: '#BD5711'

red 189 ◦ green 87 ◦ blue 17

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

Shades of Tenne (Tawny) #BD5711

Tints of Tenne (Tawny) #BD5711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 64.51%
G = 29.69%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD5711 (or 0xBD5711) is known color: Tenne (Tawny). HEX triplet: BD, 57 and 11. RGB value is (189,87,17). Sum of RGB (Red+Green+Blue) = 189+87+17=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5711 is #42A8EE. Grayscale: #6D6D6D. Windows color (decimal): -4368623 or 1136573. OLE color: 1136573.

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

Color convert

RGB 189 87 17 -
CMYK 0 0.54 0.91 0.26
HSL 24.42º 0.83% 0.4% -
HSV(B) 24.42º 0.91% 0.74% -
XYZ 24.5 17.68 2.65 -
YUV 109.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 189 87 17 0 0.54 0.91 0.26 24.42 0.83 0.4
Hex BD 57 11 0 36 5B 1A 18 53 28
Octal 275 127 21 0 66 133 32 30 123 50
Binary 10111101 1010111 10001 0 110110 1011011 11010 11000 1010011 101000

Color Harmonies of #BD5711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5711

Black with #BD5711

Text Example


Text Example

White with #BD5711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5711; }

 p { color: rgb(189,87,17); }

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

background-color css

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

 a { background-color: rgb(189,87,17); }

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

border-color css

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

 span { border-color: rgb(189,87,17); }

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