#B45338

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

Shades of Orange Roughy #B45338

Tints of Orange Roughy #B45338

Color information

#B45338 (or 0xB45338) is unknown color: approx Orange Roughy. HEX triplet: B4, 53 and 38. RGB value is (180,83,56). Sum of RGB (Red+Green+Blue) = 180+83+56=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45338 is #4BACC7. Grayscale: #6D6D6D. Windows color (decimal): -4959432 or 3691444. OLE color: 3691444.

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

Color convert

RGB1808356-
CMYK00.540.690.29
HSL13.06º52.54%46.27%-
HSV(B)13.06º68.89%70.59%-
XYZ22.6316.185.67-
YUV108.9298.14178.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=56.43%
G=26.02%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180835600.540.690.2913.0652.5446.27
HexB45338036451Dd352e
Octal2641237006610535156556
Binary10110100101001111100001101101000101111011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45338; }

 p { color: rgb(180,83,56); }

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

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

 a { background-color: rgb(180,83,56); }

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

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

 span { border-color: rgb(180,83,56); }

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