#BD550C

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

Shades of Tenne (Tawny) #BD550C

Tints of Tenne (Tawny) #BD550C

Color information

#BD550C (or 0xBD550C) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 55 and 0C. RGB value is (189,85,12). Sum of RGB (Red+Green+Blue) = 189+85+12=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD550C is #42AAF3. Grayscale: #6C6C6C. Windows color (decimal): -4369140 or 808381. OLE color: 808381.

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

Color convert

RGB1898512-
CMYK00.550.940.26
HSL24.75º88.06%39.41%-
HSV(B)24.75º93.65%74.12%-
XYZ24.317.342.41-
YUV107.7773.96185.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=66.08%
G=29.72%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189851200.550.940.2624.7588.0639.41
HexBD55C0375E1A195827
Octal27512514067136323113047
Binary10111101101010111000110111101111011010110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD550C; }

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

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

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

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

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

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

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

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