Html Css Color HEX #B12659 Old Rose

📋 copy color: '#B12659'

red 177 ◦ green 38 ◦ blue 89

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

Shades of Old Rose #B12659

Tints of Old Rose #B12659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 58.22%
G = 12.5%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12659 (or 0xB12659) is known color: Old Rose. HEX triplet: B1, 26 and 59. RGB value is (177,38,89). Sum of RGB (Red+Green+Blue) = 177+38+89=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B12659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12659 is #4ED9A6. Grayscale: #555555. Windows color (decimal): -5167527 or 5842609. OLE color: 5842609.

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

Color convert

RGB 177 38 89 -
CMYK 0 0.79 0.50 0.31
HSL 337.99º 0.65% 0.42% -
HSV(B) 337.99º 0.79% 0.69% -
XYZ 20.63 11.45 10.57 -
YUV 85.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 177 38 89 0 0.79 0.50 0.31 337.99 0.65 0.42
Hex B1 26 59 0 4F 32 1F 152 41 2A
Octal 261 46 131 0 117 62 37 522 101 52
Binary 10110001 100110 1011001 0 1001111 110010 11111 101010010 1000001 101010

Color Harmonies of #B12659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12659

Black with #B12659

Text Example


Text Example

White with #B12659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12659; }

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

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

background-color css

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

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

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

border-color css

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

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

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