Html Css Color HEX #B1235A Old Rose

📋 copy color: '#B1235A'

red 177 ◦ green 35 ◦ blue 90

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

Shades of Old Rose #B1235A

Tints of Old Rose #B1235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 58.61%
G = 11.59%
B = 29.8%

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

#B1235A (or 0xB1235A) is known color: Old Rose. HEX triplet: B1, 23 and 5A. RGB value is (177,35,90). Sum of RGB (Red+Green+Blue) = 177+35+90=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1235A is #4EDCA5. Grayscale: #535353. Windows color (decimal): -5168294 or 5907377. OLE color: 5907377.

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

Color convert

RGB 177 35 90 -
CMYK 0 0.80 0.49 0.31
HSL 336.76º 0.67% 0.42% -
HSV(B) 336.76º 0.8% 0.69% -
XYZ 20.58 11.29 10.77 -
YUV 83.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 177 35 90 0 0.80 0.49 0.31 336.76 0.67 0.42
Hex B1 23 5A 0 50 31 1F 151 43 2A
Octal 261 43 132 0 120 61 37 521 103 52
Binary 10110001 100011 1011010 0 1010000 110001 11111 101010001 1000011 101010

Color Harmonies of #B1235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1235A

Black with #B1235A

Text Example


Text Example

White with #B1235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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