Html Css Color HEX #B1593A Orange Roughy

📋 copy color: '#B1593A'

red 177 ◦ green 89 ◦ blue 58

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

Shades of Orange Roughy #B1593A

Tints of Orange Roughy #B1593A

RGB

 RED value IS 177 (69.53% from 255) = 54.63%

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

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

R = 54.63%
G = 27.47%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1593A (or 0xB1593A) is known color: Orange Roughy. HEX triplet: B1, 59 and 3A. RGB value is (177,89,58). Sum of RGB (Red+Green+Blue) = 177+89+58=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1593A is #4EA6C5. Grayscale: #6F6F6F. Windows color (decimal): -5154502 or 3824049. OLE color: 3824049.

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

Color convert

RGB 177 89 58 -
CMYK 0 0.50 0.67 0.31
HSL 15.63º 0.51% 0.46% -
HSV(B) 15.63º 0.67% 0.69% -
XYZ 22.47 16.8 6.06 -
YUV 111.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 177 89 58 0 0.50 0.67 0.31 15.63 0.51 0.46
Hex B1 59 3A 0 32 43 1F 10 33 2E
Octal 261 131 72 0 62 103 37 20 63 56
Binary 10110001 1011001 111010 0 110010 1000011 11111 10000 110011 101110

Color Harmonies of #B1593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1593A

Black with #B1593A

Text Example


Text Example

White with #B1593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1593A; }

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

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

background-color css

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

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

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

border-color css

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

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

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