Html Css Color HEX #B1583B Orange Roughy

📋 copy color: '#B1583B'

red 177 ◦ green 88 ◦ blue 59

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

Shades of Orange Roughy #B1583B

Tints of Orange Roughy #B1583B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 54.63%
G = 27.16%
B = 18.21%

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

#B1583B (or 0xB1583B) is known color: Orange Roughy. HEX triplet: B1, 58 and 3B. RGB value is (177,88,59). Sum of RGB (Red+Green+Blue) = 177+88+59=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1583B is #4EA7C4. Grayscale: #6F6F6F. Windows color (decimal): -5154757 or 3889329. OLE color: 3889329.

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

Color convert

RGB 177 88 59 -
CMYK 0 0.50 0.67 0.31
HSL 14.75º 0.5% 0.46% -
HSV(B) 14.75º 0.67% 0.69% -
XYZ 22.41 16.64 6.17 -
YUV 111.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 177 88 59 0 0.50 0.67 0.31 14.75 0.5 0.46
Hex B1 58 3B 0 32 43 1F F 32 2E
Octal 261 130 73 0 62 103 37 17 62 56
Binary 10110001 1011000 111011 0 110010 1000011 11111 1111 110010 101110

Color Harmonies of #B1583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1583B

Black with #B1583B

Text Example


Text Example

White with #B1583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1583B; }

 p { color: rgb(177,88,59); }

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

background-color css

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

 a { background-color: rgb(177,88,59); }

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

border-color css

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

 span { border-color: rgb(177,88,59); }

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