Html Css Color HEX #B12358 Old Rose

📋 copy color: '#B12358'

red 177 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #B12358

Tints of Old Rose #B12358

RGB

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

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

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

R = 59%
G = 11.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12358 (or 0xB12358) is known color: Old Rose. HEX triplet: B1, 23 and 58. RGB value is (177,35,88). Sum of RGB (Red+Green+Blue) = 177+35+88=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B12358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12358 is #4EDCA7. Grayscale: #535353. Windows color (decimal): -5168296 or 5776305. OLE color: 5776305.

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

Color convert

RGB 177 35 88 -
CMYK 0 0.80 0.50 0.31
HSL 337.61º 0.67% 0.42% -
HSV(B) 337.61º 0.8% 0.69% -
XYZ 20.49 11.25 10.32 -
YUV 83.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 177 35 88 0 0.80 0.50 0.31 337.61 0.67 0.42
Hex B1 23 58 0 50 32 1F 152 43 2A
Octal 261 43 130 0 120 62 37 522 103 52
Binary 10110001 100011 1011000 0 1010000 110010 11111 101010010 1000011 101010

Color Harmonies of #B12358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12358

Black with #B12358

Text Example


Text Example

White with #B12358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12358; }

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

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

background-color css

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

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

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

border-color css

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

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

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