#BD550A

Color #BD550A Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BD550A

Tints of Tenne (Tawny) #BD550A

Color information

#BD550A (or 0xBD550A) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 55 and 0A. RGB value is (189,85,10). Sum of RGB (Red+Green+Blue) = 189+85+10=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD550A is #42AAF5. Grayscale: #6B6B6B. Windows color (decimal): -4369142 or 677309. OLE color: 677309.

HSL color Cylindrical-coordinate representation of color #BD550A: hue angle of 25.14º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD550A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1898510-
CMYK00.550.950.26
HSL25.14º89.95%39.02%-
HSV(B)25.14º94.71%74.12%-
XYZ24.2917.342.35-
YUV107.5572.96186.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.55%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 10 (4.30% from 255) = 3.52%
R=66.55%
G=29.93%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189851000.550.950.2625.1489.9539.02
HexBD55A0375F1A195a27
Octal27512512067137323113247
Binary10111101101010110100110111101111111010110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD550A; }

 p { color: rgb(189,85,10); }

 H1.HeaderClassName
 {
   color: #BD550A;
 }
 .AnyTagClassName
 {
   color: #BD550A;
 }
</style>
background-color css

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

 a { background-color: rgb(189,85,10); }

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

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

 span { border-color: rgb(189,85,10); }

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