#B2523A

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

Shades of Orange Roughy #B2523A

Tints of Orange Roughy #B2523A

Color information

#B2523A (or 0xB2523A) is unknown color: approx Orange Roughy. HEX triplet: B2, 52 and 3A. RGB value is (178,82,58). Sum of RGB (Red+Green+Blue) = 178+82+58=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2523A is #4DADC5. Grayscale: #6C6C6C. Windows color (decimal): -5090758 or 3822258. OLE color: 3822258.

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

Color convert

RGB1788258-
CMYK00.540.670.30
HSL12º50.85%46.27%-
HSV(B)12º67.42%69.8%-
XYZ22.1415.815.89-
YUV107.9799.8177.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=55.97%
G=25.79%
B=18.24%

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
Decimal178825800.540.670.301250.8546.27
HexB2523A036431Ec332e
Octal2621227206610336146356
Binary10110010101001011101001101101000011111101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2523A; }

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

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

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

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

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

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

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

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