Html Css Color HEX #B1513B Orange Roughy

📋 copy color: '#B1513B'

red 177 ◦ green 81 ◦ blue 59

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

Shades of Orange Roughy #B1513B

Tints of Orange Roughy #B1513B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 55.84%
G = 25.55%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1513B (or 0xB1513B) is known color: Orange Roughy. HEX triplet: B1, 51 and 3B. RGB value is (177,81,59). Sum of RGB (Red+Green+Blue) = 177+81+59=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1513B is #4EAEC4. Grayscale: #6B6B6B. Windows color (decimal): -5156549 or 3887537. OLE color: 3887537.

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

Color convert

RGB 177 81 59 -
CMYK 0 0.54 0.67 0.31
HSL 11.19º 0.5% 0.46% -
HSV(B) 11.19º 0.67% 0.69% -
XYZ 21.86 15.55 5.99 -
YUV 107.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 177 81 59 0 0.54 0.67 0.31 11.19 0.5 0.46
Hex B1 51 3B 0 36 43 1F B 32 2E
Octal 261 121 73 0 66 103 37 13 62 56
Binary 10110001 1010001 111011 0 110110 1000011 11111 1011 110010 101110

Color Harmonies of #B1513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1513B

Black with #B1513B

Text Example


Text Example

White with #B1513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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