Html Css Color HEX #B0593A Orange Roughy

📋 copy color: '#B0593A'

red 176 ◦ green 89 ◦ blue 58

#B0593A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #B0593A

Tints of Orange Roughy #B0593A

RGB

 RED value IS 176 (69.14% from 255) = 54.49%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 54.49%
G = 27.55%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0593A (or 0xB0593A) is known color: Orange Roughy. HEX triplet: B0, 59 and 3A. RGB value is (176,89,58). Sum of RGB (Red+Green+Blue) = 176+89+58=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593A is #4FA6C5. Grayscale: #6F6F6F. Windows color (decimal): -5220038 or 3824048. OLE color: 3824048.

HSL color Cylindrical-coordinate representation of color #B0593A: hue angle of 15.76º 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 #B0593A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 58 -
CMYK 0 0.49 0.67 0.31
HSL 15.76º 0.5% 0.46% -
HSV(B) 15.76º 0.67% 0.69% -
XYZ 22.24 16.68 6.05 -
YUV 111.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 176 89 58 0 0.49 0.67 0.31 15.76 0.5 0.46
Hex B0 59 3A 0 31 43 1F 10 32 2E
Octal 260 131 72 0 61 103 37 20 62 56
Binary 10110000 1011001 111010 0 110001 1000011 11111 10000 110010 101110

Color Harmonies of #B0593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0593A

Black with #B0593A

Text Example


Text Example

White with #B0593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0593A; }

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

 H1.HeaderClassName
 {
   color: #B0593A;
 }
 .AnyTagClassName
 {
   color: #B0593A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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