#B55338

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

Shades of Orange Roughy #B55338

Tints of Orange Roughy #B55338

Color information

#B55338 (or 0xB55338) is unknown color: approx Orange Roughy. HEX triplet: B5, 53 and 38. RGB value is (181,83,56). Sum of RGB (Red+Green+Blue) = 181+83+56=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B55338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55338 is #4AACC7. Grayscale: #6D6D6D. Windows color (decimal): -4893896 or 3691445. OLE color: 3691445.

HSL color Cylindrical-coordinate representation of color #B55338: hue angle of 12.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B55338 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1818356-
CMYK00.540.690.29
HSL12.96º52.74%46.47%-
HSV(B)12.96º69.06%70.98%-
XYZ22.8616.35.68-
YUV109.2297.97179.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=56.56%
G=25.94%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181835600.540.690.2912.9652.7446.47
HexB55338036451Dd352e
Octal2651237006610535156556
Binary10110101101001111100001101101000101111011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55338; }

 p { color: rgb(181,83,56); }

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

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

 a { background-color: rgb(181,83,56); }

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

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

 span { border-color: rgb(181,83,56); }

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