Html Css Color HEX #B1503A Orange Roughy

📋 copy color: '#B1503A'

red 177 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #B1503A

Tints of Orange Roughy #B1503A

RGB

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

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

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

R = 56.19%
G = 25.4%
B = 18.41%

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

#B1503A (or 0xB1503A) is known color: Orange Roughy. HEX triplet: B1, 50 and 3A. RGB value is (177,80,58). Sum of RGB (Red+Green+Blue) = 177+80+58=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B1503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1503A is #4EAFC5. Grayscale: #6A6A6A. Windows color (decimal): -5156806 or 3821745. OLE color: 3821745.

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

Color convert

RGB 177 80 58 -
CMYK 0 0.55 0.67 0.31
HSL 11.09º 0.51% 0.46% -
HSV(B) 11.09º 0.67% 0.69% -
XYZ 21.76 15.39 5.83 -
YUV 106.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 177 80 58 0 0.55 0.67 0.31 11.09 0.51 0.46
Hex B1 50 3A 0 37 43 1F B 33 2E
Octal 261 120 72 0 67 103 37 13 63 56
Binary 10110001 1010000 111010 0 110111 1000011 11111 1011 110011 101110

Color Harmonies of #B1503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1503A

Black with #B1503A

Text Example


Text Example

White with #B1503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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