Html Css Color HEX #B13647 Old Rose

📋 copy color: '#B13647'

red 177 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #B13647

Tints of Old Rose #B13647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 58.61%
G = 17.88%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B13647 (or 0xB13647) is known color: Old Rose. HEX triplet: B1, 36 and 47. RGB value is (177,54,71). Sum of RGB (Red+Green+Blue) = 177+54+71=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13647 is #4EC9B8. Grayscale: #5C5C5C. Windows color (decimal): -5163449 or 4667057. OLE color: 4667057.

HSL color Cylindrical-coordinate representation of color #B13647: hue angle of 351.71º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13647 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 71 -
CMYK 0 0.69 0.60 0.31
HSL 351.71º 0.53% 0.45% -
HSV(B) 351.71º 0.69% 0.69% -
XYZ 20.59 12.44 7.28 -
YUV 92.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 177 54 71 0 0.69 0.60 0.31 351.71 0.53 0.45
Hex B1 36 47 0 45 3C 1F 160 35 2D
Octal 261 66 107 0 105 74 37 540 65 55
Binary 10110001 110110 1000111 0 1000101 111100 11111 101100000 110101 101101

Color Harmonies of #B13647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13647

Black with #B13647

Text Example


Text Example

White with #B13647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13647; }

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

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

background-color css

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

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

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

border-color css

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

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

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