#B14E3B

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

Shades of Orange Roughy #B14E3B

Tints of Orange Roughy #B14E3B

Color information

#B14E3B (or 0xB14E3B) is unknown color: approx Orange Roughy. HEX triplet: B1, 4E and 3B. RGB value is (177,78,59). Sum of RGB (Red+Green+Blue) = 177+78+59=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E3B is #4EB1C4. Grayscale: #696969. Windows color (decimal): -5157317 or 3886769. OLE color: 3886769.

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

Color convert

RGB1777859-
CMYK00.560.670.31
HSL9.66º50%46.27%-
HSV(B)9.66º66.67%69.41%-
XYZ21.6515.115.91-
YUV105.43101.8179.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=56.37%
G=24.84%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177785900.560.670.319.665046.27
HexB14E3B038431Fa322e
Octal2611167307010337126256
Binary10110001100111011101101110001000011111111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E3B; }

 p { color: rgb(177,78,59); }

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

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

 a { background-color: rgb(177,78,59); }

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

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

 span { border-color: rgb(177,78,59); }

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