Html Css Color HEX #B12648 Old Rose

📋 copy color: '#B12648'

red 177 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #B12648

Tints of Old Rose #B12648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 61.67%
G = 13.24%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12648 (or 0xB12648) is known color: Old Rose. HEX triplet: B1, 26 and 48. RGB value is (177,38,72). Sum of RGB (Red+Green+Blue) = 177+38+72=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12648 is #4ED9B7. Grayscale: #535353. Windows color (decimal): -5167544 or 4728497. OLE color: 4728497.

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

Color convert

RGB 177 38 72 -
CMYK 0 0.79 0.59 0.31
HSL 345.32º 0.65% 0.42% -
HSV(B) 345.32º 0.79% 0.69% -
XYZ 19.99 11.2 7.24 -
YUV 83.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 177 38 72 0 0.79 0.59 0.31 345.32 0.65 0.42
Hex B1 26 48 0 4F 3B 1F 159 41 2A
Octal 261 46 110 0 117 73 37 531 101 52
Binary 10110001 100110 1001000 0 1001111 111011 11111 101011001 1000001 101010

Color Harmonies of #B12648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12648

Black with #B12648

Text Example


Text Example

White with #B12648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12648; }

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

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

background-color css

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

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

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

border-color css

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

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

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