Html Css Color HEX #B12759 Old Rose

📋 copy color: '#B12759'

red 177 ◦ green 39 ◦ blue 89

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

Shades of Old Rose #B12759

Tints of Old Rose #B12759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 58.03%
G = 12.79%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12759 (or 0xB12759) is known color: Old Rose. HEX triplet: B1, 27 and 59. RGB value is (177,39,89). Sum of RGB (Red+Green+Blue) = 177+39+89=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B12759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12759 is #4ED8A6. Grayscale: #555555. Windows color (decimal): -5167271 or 5842865. OLE color: 5842865.

HSL color Cylindrical-coordinate representation of color #B12759: hue angle of 338.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12759 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 89 -
CMYK 0 0.78 0.50 0.31
HSL 338.26º 0.64% 0.42% -
HSV(B) 338.26º 0.78% 0.69% -
XYZ 20.66 11.52 10.59 -
YUV 85.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 177 39 89 0 0.78 0.50 0.31 338.26 0.64 0.42
Hex B1 27 59 0 4E 32 1F 152 40 2A
Octal 261 47 131 0 116 62 37 522 100 52
Binary 10110001 100111 1011001 0 1001110 110010 11111 101010010 1000000 101010

Color Harmonies of #B12759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12759

Black with #B12759

Text Example


Text Example

White with #B12759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12759; }

 p { color: rgb(177,39,89); }

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

background-color css

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

 a { background-color: rgb(177,39,89); }

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

border-color css

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

 span { border-color: rgb(177,39,89); }

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