#B1513D

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

Shades of Orange Roughy #B1513D

Tints of Orange Roughy #B1513D

Color information

#B1513D (or 0xB1513D) is unknown color: approx Orange Roughy. HEX triplet: B1, 51 and 3D. RGB value is (177,81,61). Sum of RGB (Red+Green+Blue) = 177+81+61=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1513D is #4EAEC2. Grayscale: #6B6B6B. Windows color (decimal): -5156547 or 4018609. OLE color: 4018609.

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

Color convert

RGB1778161-
CMYK00.540.660.31
HSL10.34º48.74%46.67%-
HSV(B)10.34º65.54%69.41%-
XYZ21.9215.576.26-
YUV107.42101.8177.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=55.49%
G=25.39%
B=19.12%

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
Decimal177816100.540.660.3110.3448.7446.67
HexB1513D036421Fa312f
Octal2611217506610237126157
Binary10110001101000111110101101101000010111111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1513D; }

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

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

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

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

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

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

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

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