#B05A3A

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

Shades of Orange Roughy #B05A3A

Tints of Orange Roughy #B05A3A

Color information

#B05A3A (or 0xB05A3A) is unknown color: approx Orange Roughy. HEX triplet: B0, 5A and 3A. RGB value is (176,90,58). Sum of RGB (Red+Green+Blue) = 176+90+58=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3A is #4FA5C5. Grayscale: #707070. Windows color (decimal): -5219782 or 3824304. OLE color: 3824304.

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

Color convert

RGB1769058-
CMYK00.490.670.31
HSL16.27º50.43%45.88%-
HSV(B)16.27º67.05%69.02%-
XYZ22.3216.856.08-
YUV112.0797.49173.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=54.32%
G=27.78%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176905800.490.670.3116.2750.4345.88
HexB05A3A031431F10322e
Octal2601327206110337206256
Binary101100001011010111010011000110000111111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A3A; }

 p { color: rgb(176,90,58); }

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

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

 a { background-color: rgb(176,90,58); }

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

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

 span { border-color: rgb(176,90,58); }

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