#B34F39

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

Shades of Orange Roughy #B34F39

Tints of Orange Roughy #B34F39

Color information

#B34F39 (or 0xB34F39) is unknown color: approx Orange Roughy. HEX triplet: B3, 4F and 39. RGB value is (179,79,57). Sum of RGB (Red+Green+Blue) = 179+79+57=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F39 is #4CB0C6. Grayscale: #6A6A6A. Windows color (decimal): -5025991 or 3755955. OLE color: 3755955.

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

Color convert

RGB1797957-
CMYK00.560.680.30
HSL10.82º51.69%46.27%-
HSV(B)10.82º68.16%70.2%-
XYZ22.1215.475.69-
YUV106.39100.13179.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=56.83%
G=25.08%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179795700.560.680.3010.8251.6946.27
HexB34F39038441Eb342e
Octal2631177107010436136456
Binary10110011100111111100101110001000100111101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F39; }

 p { color: rgb(179,79,57); }

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

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

 a { background-color: rgb(179,79,57); }

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

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

 span { border-color: rgb(179,79,57); }

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