#B2563E

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

Shades of Orange Roughy #B2563E

Tints of Orange Roughy #B2563E

Color information

#B2563E (or 0xB2563E) is unknown color: approx Orange Roughy. HEX triplet: B2, 56 and 3E. RGB value is (178,86,62). Sum of RGB (Red+Green+Blue) = 178+86+62=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2563E is #4DA9C1. Grayscale: #6E6E6E. Windows color (decimal): -5089730 or 4085426. OLE color: 4085426.

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

Color convert

RGB1788662-
CMYK00.520.650.30
HSL12.41º48.33%47.06%-
HSV(B)12.41º65.17%69.8%-
XYZ22.5616.476.55-
YUV110.77100.48175.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=54.60%
G=26.38%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178866200.520.650.3012.4148.3347.06
HexB2563E034411Ec302f
Octal2621267606410136146057
Binary10110010101011011111001101001000001111101100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2563E; }

 p { color: rgb(178,86,62); }

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

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

 a { background-color: rgb(178,86,62); }

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

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

 span { border-color: rgb(178,86,62); }

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