#B1513C

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

Shades of Orange Roughy #B1513C

Tints of Orange Roughy #B1513C

Color information

#B1513C (or 0xB1513C) is unknown color: approx Orange Roughy. HEX triplet: B1, 51 and 3C. RGB value is (177,81,60). Sum of RGB (Red+Green+Blue) = 177+81+60=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1513C is #4EAEC3. Grayscale: #6B6B6B. Windows color (decimal): -5156548 or 3953073. OLE color: 3953073.

HSL color Cylindrical-coordinate representation of color #B1513C: hue angle of 10.77º 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 #B1513C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1778160-
CMYK00.540.660.31
HSL10.77º49.37%46.47%-
HSV(B)10.77º66.1%69.41%-
XYZ21.8915.566.12-
YUV107.31101.3177.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=55.66%
G=25.47%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177816000.540.660.3110.7749.3746.47
HexB1513C036421Fb312e
Octal2611217406610237136156
Binary10110001101000111110001101101000010111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1513C; }

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

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

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

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

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

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

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

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