#B25739

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

Shades of Orange Roughy #B25739

Tints of Orange Roughy #B25739

Color information

#B25739 (or 0xB25739) is unknown color: approx Orange Roughy. HEX triplet: B2, 57 and 39. RGB value is (178,87,57). Sum of RGB (Red+Green+Blue) = 178+87+57=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B25739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25739 is #4DA8C6. Grayscale: #6E6E6E. Windows color (decimal): -5089479 or 3758002. OLE color: 3758002.

HSL color Cylindrical-coordinate representation of color #B25739: hue angle of 14.88º degrees, saturation: 0.51, 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 #B25739 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1788757-
CMYK00.510.680.30
HSL14.88º51.49%46.08%-
HSV(B)14.88º67.98%69.8%-
XYZ22.5116.585.88-
YUV110.7997.65175.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=55.28%
G=27.02%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178875700.510.680.3014.8851.4946.08
HexB25739033441Ef332e
Octal2621277106310436176356
Binary10110010101011111100101100111000100111101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25739; }

 p { color: rgb(178,87,57); }

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

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

 a { background-color: rgb(178,87,57); }

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

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

 span { border-color: rgb(178,87,57); }

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