Html Css Color HEX #B12950 Old Rose

📋 copy color: '#B12950'

red 177 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #B12950

Tints of Old Rose #B12950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 59.4%
G = 13.76%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B12950 (or 0xB12950) is known color: Old Rose. HEX triplet: B1, 29 and 50. RGB value is (177,41,80). Sum of RGB (Red+Green+Blue) = 177+41+80=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12950 is #4ED6AF. Grayscale: #565656. Windows color (decimal): -5166768 or 5253553. OLE color: 5253553.

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

Color convert

RGB 177 41 80 -
CMYK 0 0.77 0.55 0.31
HSL 342.79º 0.62% 0.43% -
HSV(B) 342.79º 0.77% 0.69% -
XYZ 20.37 11.51 8.74 -
YUV 86.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 177 41 80 0 0.77 0.55 0.31 342.79 0.62 0.43
Hex B1 29 50 0 4D 37 1F 157 3E 2B
Octal 261 51 120 0 115 67 37 527 76 53
Binary 10110001 101001 1010000 0 1001101 110111 11111 101010111 111110 101011

Color Harmonies of #B12950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12950

Black with #B12950

Text Example


Text Example

White with #B12950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12950; }

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

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

background-color css

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

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

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

border-color css

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

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

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