Html Css Color HEX #BD5A10 Tenne (Tawny)

📋 copy color: '#BD5A10'

red 189 ◦ green 90 ◦ blue 16

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

Shades of Tenne (Tawny) #BD5A10

Tints of Tenne (Tawny) #BD5A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 64.07%
G = 30.51%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD5A10 (or 0xBD5A10) is known color: Tenne (Tawny). HEX triplet: BD, 5A and 10. RGB value is (189,90,16). Sum of RGB (Red+Green+Blue) = 189+90+16=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5A10 is #42A5EF. Grayscale: #6F6F6F. Windows color (decimal): -4367856 or 1071805. OLE color: 1071805.

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

Color convert

RGB 189 90 16 -
CMYK 0 0.52 0.92 0.26
HSL 25.66º 0.84% 0.4% -
HSV(B) 25.66º 0.92% 0.74% -
XYZ 24.74 18.17 2.69 -
YUV 111.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 189 90 16 0 0.52 0.92 0.26 25.66 0.84 0.4
Hex BD 5A 10 0 34 5C 1A 1A 54 28
Octal 275 132 20 0 64 134 32 32 124 50
Binary 10111101 1011010 10000 0 110100 1011100 11010 11010 1010100 101000

Color Harmonies of #BD5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A10

Black with #BD5A10

Text Example


Text Example

White with #BD5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A10; }

 p { color: rgb(189,90,16); }

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

background-color css

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

 a { background-color: rgb(189,90,16); }

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

border-color css

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

 span { border-color: rgb(189,90,16); }

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