#B0543A

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

Shades of Orange Roughy #B0543A

Tints of Orange Roughy #B0543A

Color information

#B0543A (or 0xB0543A) is unknown color: approx Orange Roughy. HEX triplet: B0, 54 and 3A. RGB value is (176,84,58). Sum of RGB (Red+Green+Blue) = 176+84+58=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0543A is #4FABC5. Grayscale: #6C6C6C. Windows color (decimal): -5221318 or 3822768. OLE color: 3822768.

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

Color convert

RGB1768458-
CMYK00.520.670.31
HSL13.22º50.43%45.88%-
HSV(B)13.22º67.05%69.02%-
XYZ21.8415.885.92-
YUV108.5499.48176.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=55.35%
G=26.42%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176845800.520.670.3113.2250.4345.88
HexB0543A034431Fd322e
Octal2601247206410337156256
Binary10110000101010011101001101001000011111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0543A; }

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

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

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

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

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

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

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

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