#B05236

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

Shades of Orange Roughy #B05236

Tints of Orange Roughy #B05236

Color information

#B05236 (or 0xB05236) is unknown color: approx Orange Roughy. HEX triplet: B0, 52 and 36. RGB value is (176,82,54). Sum of RGB (Red+Green+Blue) = 176+82+54=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B05236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05236 is #4FADC9. Grayscale: #6B6B6B. Windows color (decimal): -5221834 or 3560112. OLE color: 3560112.

HSL color Cylindrical-coordinate representation of color #B05236: hue angle of 13.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B05236 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1768254-
CMYK00.530.690.31
HSL13.77º53.04%45.1%-
HSV(B)13.77º69.32%69.02%-
XYZ21.5915.535.35-
YUV106.9198.14177.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=56.41%
G=26.28%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176825400.530.690.3113.7753.0445.1
HexB05236035451Fe352d
Octal2601226606510537166555
Binary10110000101001011011001101011000101111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05236; }

 p { color: rgb(176,82,54); }

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

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

 a { background-color: rgb(176,82,54); }

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

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

 span { border-color: rgb(176,82,54); }

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