#B2513C

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

Shades of Orange Roughy #B2513C

Tints of Orange Roughy #B2513C

Color information

#B2513C (or 0xB2513C) is unknown color: approx Orange Roughy. HEX triplet: B2, 51 and 3C. RGB value is (178,81,60). Sum of RGB (Red+Green+Blue) = 178+81+60=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2513C is #4DAEC3. Grayscale: #6B6B6B. Windows color (decimal): -5091012 or 3953074. OLE color: 3953074.

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

Color convert

RGB1788160-
CMYK00.540.660.30
HSL10.68º49.58%46.67%-
HSV(B)10.68º66.29%69.8%-
XYZ22.1215.686.13-
YUV107.61101.14178.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=55.80%
G=25.39%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178816000.540.660.3010.6849.5846.67
HexB2513C036421Eb322f
Octal2621217406610236136257
Binary10110010101000111110001101101000010111101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2513C; }

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

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

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

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

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

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

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

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