#B35438

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

Shades of Orange Roughy #B35438

Tints of Orange Roughy #B35438

Color information

#B35438 (or 0xB35438) is unknown color: approx Orange Roughy. HEX triplet: B3, 54 and 38. RGB value is (179,84,56). Sum of RGB (Red+Green+Blue) = 179+84+56=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B35438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35438 is #4CABC7. Grayscale: #6D6D6D. Windows color (decimal): -5024712 or 3691699. OLE color: 3691699.

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

Color convert

RGB1798456-
CMYK00.530.690.30
HSL13.66º52.34%46.08%-
HSV(B)13.66º68.72%70.2%-
XYZ22.4716.215.69-
YUV109.2197.97177.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=56.11%
G=26.33%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179845600.530.690.3013.6652.3446.08
HexB35438035451Ee342e
Octal2631247006510536166456
Binary10110011101010011100001101011000101111101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35438; }

 p { color: rgb(179,84,56); }

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

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

 a { background-color: rgb(179,84,56); }

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

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

 span { border-color: rgb(179,84,56); }

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