Html Css Color HEX #B1235B Old Rose

📋 copy color: '#B1235B'

red 177 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #B1235B

Tints of Old Rose #B1235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 58.42%
G = 11.55%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1235B (or 0xB1235B) is known color: Old Rose. HEX triplet: B1, 23 and 5B. RGB value is (177,35,91). Sum of RGB (Red+Green+Blue) = 177+35+91=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1235B is #4EDCA4. Grayscale: #535353. Windows color (decimal): -5168293 or 5972913. OLE color: 5972913.

HSL color Cylindrical-coordinate representation of color #B1235B: hue angle of 336.34º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1235B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 91 -
CMYK 0 0.80 0.49 0.31
HSL 336.34º 0.67% 0.42% -
HSV(B) 336.34º 0.8% 0.69% -
XYZ 20.62 11.3 10.99 -
YUV 83.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 177 35 91 0 0.80 0.49 0.31 336.34 0.67 0.42
Hex B1 23 5B 0 50 31 1F 150 43 2A
Octal 261 43 133 0 120 61 37 520 103 52
Binary 10110001 100011 1011011 0 1010000 110001 11111 101010000 1000011 101010

Color Harmonies of #B1235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1235B

Black with #B1235B

Text Example


Text Example

White with #B1235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1235B; }

 p { color: rgb(177,35,91); }

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

background-color css

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

 a { background-color: rgb(177,35,91); }

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

border-color css

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

 span { border-color: rgb(177,35,91); }

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