#B4563D

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

Shades of Orange Roughy #B4563D

Tints of Orange Roughy #B4563D

Color information

#B4563D (or 0xB4563D) is unknown color: approx Orange Roughy. HEX triplet: B4, 56 and 3D. RGB value is (180,86,61). Sum of RGB (Red+Green+Blue) = 180+86+61=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4563D is #4BA9C2. Grayscale: #6F6F6F. Windows color (decimal): -4958659 or 4019892. OLE color: 4019892.

HSL color Cylindrical-coordinate representation of color #B4563D: hue angle of 12.61º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4563D is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1808661-
CMYK00.520.660.29
HSL12.61º49.38%47.25%-
HSV(B)12.61º66.11%70.59%-
XYZ22.9916.76.43-
YUV111.2699.64177.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=55.05%
G=26.30%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180866100.520.660.2912.6149.3847.25
HexB4563D034421Dd312f
Octal2641267506410235156157
Binary10110100101011011110101101001000010111011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4563D; }

 p { color: rgb(180,86,61); }

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

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

 a { background-color: rgb(180,86,61); }

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

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

 span { border-color: rgb(180,86,61); }

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