#B2513A

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

Shades of Orange Roughy #B2513A

Tints of Orange Roughy #B2513A

Color information

#B2513A (or 0xB2513A) is unknown color: approx Orange Roughy. HEX triplet: B2, 51 and 3A. RGB value is (178,81,58). Sum of RGB (Red+Green+Blue) = 178+81+58=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2513A is #4DAEC5. Grayscale: #6B6B6B. Windows color (decimal): -5091014 or 3822002. OLE color: 3822002.

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

Color convert

RGB1788158-
CMYK00.540.670.30
HSL11.5º50.85%46.27%-
HSV(B)11.5º67.42%69.8%-
XYZ22.0715.665.86-
YUV107.38100.14178.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=56.15%
G=25.55%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178815800.540.670.3011.550.8546.27
HexB2513A036431Ec332e
Octal2621217206610336146356
Binary10110010101000111101001101101000011111101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2513A; }

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

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

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

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

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

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

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

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