#B0523A

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

Shades of Orange Roughy #B0523A

Tints of Orange Roughy #B0523A

Color information

#B0523A (or 0xB0523A) is unknown color: approx Orange Roughy. HEX triplet: B0, 52 and 3A. RGB value is (176,82,58). Sum of RGB (Red+Green+Blue) = 176+82+58=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0523A is #4FADC5. Grayscale: #6B6B6B. Windows color (decimal): -5221830 or 3822256. OLE color: 3822256.

HSL color Cylindrical-coordinate representation of color #B0523A: hue angle of 12.2º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0523A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1768258-
CMYK00.530.670.31
HSL12.2º50.43%45.88%-
HSV(B)12.2º67.05%69.02%-
XYZ21.6915.575.87-
YUV107.37100.14176.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=55.70%
G=25.95%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176825800.530.670.3112.250.4345.88
HexB0523A035431Fc322e
Octal2601227206510337146256
Binary10110000101001011101001101011000011111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0523A; }

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

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

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

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

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

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

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

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