Html Css Color HEX #B1503B Orange Roughy

📋 copy color: '#B1503B'

red 177 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #B1503B

Tints of Orange Roughy #B1503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 56.01%
G = 25.32%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1503B (or 0xB1503B) is known color: Orange Roughy. HEX triplet: B1, 50 and 3B. RGB value is (177,80,59). Sum of RGB (Red+Green+Blue) = 177+80+59=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1503B is #4EAFC4. Grayscale: #6A6A6A. Windows color (decimal): -5156805 or 3887281. OLE color: 3887281.

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

Color convert

RGB 177 80 59 -
CMYK 0 0.55 0.67 0.31
HSL 10.68º 0.5% 0.46% -
HSV(B) 10.68º 0.67% 0.69% -
XYZ 21.79 15.4 5.96 -
YUV 106.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 177 80 59 0 0.55 0.67 0.31 10.68 0.5 0.46
Hex B1 50 3B 0 37 43 1F B 32 2E
Octal 261 120 73 0 67 103 37 13 62 56
Binary 10110001 1010000 111011 0 110111 1000011 11111 1011 110010 101110

Color Harmonies of #B1503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1503B

Black with #B1503B

Text Example


Text Example

White with #B1503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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