Html Css Color HEX #B12958 Old Rose

📋 copy color: '#B12958'

red 177 ◦ green 41 ◦ blue 88

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

Shades of Old Rose #B12958

Tints of Old Rose #B12958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 57.84%
G = 13.4%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12958 (or 0xB12958) is known color: Old Rose. HEX triplet: B1, 29 and 58. RGB value is (177,41,88). Sum of RGB (Red+Green+Blue) = 177+41+88=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B12958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12958 is #4ED6A7. Grayscale: #565656. Windows color (decimal): -5166760 or 5777841. OLE color: 5777841.

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

Color convert

RGB 177 41 88 -
CMYK 0 0.77 0.50 0.31
HSL 339.26º 0.62% 0.43% -
HSV(B) 339.26º 0.77% 0.69% -
XYZ 20.69 11.64 10.39 -
YUV 87.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 177 41 88 0 0.77 0.50 0.31 339.26 0.62 0.43
Hex B1 29 58 0 4D 32 1F 153 3E 2B
Octal 261 51 130 0 115 62 37 523 76 53
Binary 10110001 101001 1011000 0 1001101 110010 11111 101010011 111110 101011

Color Harmonies of #B12958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12958

Black with #B12958

Text Example


Text Example

White with #B12958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12958; }

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

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

background-color css

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

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

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

border-color css

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

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

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