#B5563A

Color #B5563A Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B5563A

Tints of Orange Roughy #B5563A

Color information

#B5563A (or 0xB5563A) is unknown color: approx Orange Roughy. HEX triplet: B5, 56 and 3A. RGB value is (181,86,58). Sum of RGB (Red+Green+Blue) = 181+86+58=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5563A is #4AA9C5. Grayscale: #6F6F6F. Windows color (decimal): -4893126 or 3823285. OLE color: 3823285.

HSL color Cylindrical-coordinate representation of color #B5563A: hue angle of 13.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5563A is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1818658-
CMYK00.520.680.29
HSL13.66º51.46%46.86%-
HSV(B)13.66º67.96%70.98%-
XYZ23.1516.786.02-
YUV111.2197.97177.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=55.69%
G=26.46%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181865800.520.680.2913.6651.4646.86
HexB5563A034441De332f
Octal2651267206410435166357
Binary10110101101011011101001101001000100111011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5563A; }

 p { color: rgb(181,86,58); }

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

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

 a { background-color: rgb(181,86,58); }

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

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

 span { border-color: rgb(181,86,58); }

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