Html Css Color HEX #B12355 Old Rose

📋 copy color: '#B12355'

red 177 ◦ green 35 ◦ blue 85

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

Shades of Old Rose #B12355

Tints of Old Rose #B12355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 59.6%
G = 11.78%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B12355 (or 0xB12355) is known color: Old Rose. HEX triplet: B1, 23 and 55. RGB value is (177,35,85). Sum of RGB (Red+Green+Blue) = 177+35+85=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B12355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12355 is #4EDCAA. Grayscale: #535353. Windows color (decimal): -5168299 or 5579697. OLE color: 5579697.

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

Color convert

RGB 177 35 85 -
CMYK 0 0.80 0.52 0.31
HSL 338.87º 0.67% 0.42% -
HSV(B) 338.87º 0.8% 0.69% -
XYZ 20.37 11.21 9.68 -
YUV 83.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 177 35 85 0 0.80 0.52 0.31 338.87 0.67 0.42
Hex B1 23 55 0 50 34 1F 153 43 2A
Octal 261 43 125 0 120 64 37 523 103 52
Binary 10110001 100011 1010101 0 1010000 110100 11111 101010011 1000011 101010

Color Harmonies of #B12355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12355

Black with #B12355

Text Example


Text Example

White with #B12355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12355; }

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

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

background-color css

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

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

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

border-color css

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

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

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