Html Css Color HEX #B0593B Orange Roughy

📋 copy color: '#B0593B'

red 176 ◦ green 89 ◦ blue 59

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

Shades of Orange Roughy #B0593B

Tints of Orange Roughy #B0593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 54.32%
G = 27.47%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0593B (or 0xB0593B) is known color: Orange Roughy. HEX triplet: B0, 59 and 3B. RGB value is (176,89,59). Sum of RGB (Red+Green+Blue) = 176+89+59=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593B is #4FA6C4. Grayscale: #6F6F6F. Windows color (decimal): -5220037 or 3889584. OLE color: 3889584.

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

Color convert

RGB 176 89 59 -
CMYK 0 0.49 0.66 0.31
HSL 15.38º 0.5% 0.46% -
HSV(B) 15.38º 0.66% 0.69% -
XYZ 22.27 16.69 6.19 -
YUV 111.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 176 89 59 0 0.49 0.66 0.31 15.38 0.5 0.46
Hex B0 59 3B 0 31 42 1F F 32 2E
Octal 260 131 73 0 61 102 37 17 62 56
Binary 10110000 1011001 111011 0 110001 1000010 11111 1111 110010 101110

Color Harmonies of #B0593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0593B

Black with #B0593B

Text Example


Text Example

White with #B0593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0593B; }

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

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

background-color css

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

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

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

border-color css

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

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

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