Html Css Color HEX #B12647 Old Rose

📋 copy color: '#B12647'

red 177 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #B12647

Tints of Old Rose #B12647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 61.89%
G = 13.29%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12647 (or 0xB12647) is known color: Old Rose. HEX triplet: B1, 26 and 47. RGB value is (177,38,71). Sum of RGB (Red+Green+Blue) = 177+38+71=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12647 is #4ED9B8. Grayscale: #535353. Windows color (decimal): -5167545 or 4662961. OLE color: 4662961.

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

Color convert

RGB 177 38 71 -
CMYK 0 0.79 0.60 0.31
HSL 345.76º 0.65% 0.42% -
HSV(B) 345.76º 0.79% 0.69% -
XYZ 19.96 11.19 7.07 -
YUV 83.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 177 38 71 0 0.79 0.60 0.31 345.76 0.65 0.42
Hex B1 26 47 0 4F 3C 1F 15A 41 2A
Octal 261 46 107 0 117 74 37 532 101 52
Binary 10110001 100110 1000111 0 1001111 111100 11111 101011010 1000001 101010

Color Harmonies of #B12647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12647

Black with #B12647

Text Example


Text Example

White with #B12647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12647; }

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

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

background-color css

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

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

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

border-color css

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

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

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