Html Css Color HEX #B1503D Orange Roughy

📋 copy color: '#B1503D'

red 177 ◦ green 80 ◦ blue 61

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

Shades of Orange Roughy #B1503D

Tints of Orange Roughy #B1503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 55.66%
G = 25.16%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1503D (or 0xB1503D) is known color: Orange Roughy. HEX triplet: B1, 50 and 3D. RGB value is (177,80,61). Sum of RGB (Red+Green+Blue) = 177+80+61=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1503D is #4EAFC2. Grayscale: #6B6B6B. Windows color (decimal): -5156803 or 4018353. OLE color: 4018353.

HSL color Cylindrical-coordinate representation of color #B1503D: hue angle of 9.83º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1503D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 61 -
CMYK 0 0.55 0.66 0.31
HSL 9.83º 0.49% 0.47% -
HSV(B) 9.83º 0.66% 0.69% -
XYZ 21.84 15.42 6.24 -
YUV 106.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 177 80 61 0 0.55 0.66 0.31 9.83 0.49 0.47
Hex B1 50 3D 0 37 42 1F A 31 2F
Octal 261 120 75 0 67 102 37 12 61 57
Binary 10110001 1010000 111101 0 110111 1000010 11111 1010 110001 101111

Color Harmonies of #B1503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1503D

Black with #B1503D

Text Example


Text Example

White with #B1503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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