#B1533C

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

Shades of Orange Roughy #B1533C

Tints of Orange Roughy #B1533C

Color information

#B1533C (or 0xB1533C) is unknown color: approx Orange Roughy. HEX triplet: B1, 53 and 3C. RGB value is (177,83,60). Sum of RGB (Red+Green+Blue) = 177+83+60=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1533C is #4EACC3. Grayscale: #6C6C6C. Windows color (decimal): -5156036 or 3953585. OLE color: 3953585.

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

Color convert

RGB1778360-
CMYK00.530.660.31
HSL11.79º49.37%46.47%-
HSV(B)11.79º66.1%69.41%-
XYZ22.0415.866.17-
YUV108.48100.64176.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=55.31%
G=25.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177836000.530.660.3111.7949.3746.47
HexB1533C035421Fc312e
Octal2611237406510237146156
Binary10110001101001111110001101011000010111111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1533C; }

 p { color: rgb(177,83,60); }

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

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

 a { background-color: rgb(177,83,60); }

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

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

 span { border-color: rgb(177,83,60); }

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