Html Css Color HEX #B13747 Old Rose

📋 copy color: '#B13747'

red 177 ◦ green 55 ◦ blue 71

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

Shades of Old Rose #B13747

Tints of Old Rose #B13747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 58.42%
G = 18.15%
B = 23.43%

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

#B13747 (or 0xB13747) is known color: Old Rose. HEX triplet: B1, 37 and 47. RGB value is (177,55,71). Sum of RGB (Red+Green+Blue) = 177+55+71=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13747 is #4EC8B8. Grayscale: #5D5D5D. Windows color (decimal): -5163193 or 4667313. OLE color: 4667313.

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

Color convert

RGB 177 55 71 -
CMYK 0 0.69 0.60 0.31
HSL 352.13º 0.53% 0.45% -
HSV(B) 352.13º 0.69% 0.69% -
XYZ 20.63 12.53 7.29 -
YUV 93.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 177 55 71 0 0.69 0.60 0.31 352.13 0.53 0.45
Hex B1 37 47 0 45 3C 1F 160 35 2D
Octal 261 67 107 0 105 74 37 540 65 55
Binary 10110001 110111 1000111 0 1000101 111100 11111 101100000 110101 101101

Color Harmonies of #B13747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13747

Black with #B13747

Text Example


Text Example

White with #B13747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13747; }

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

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

background-color css

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

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

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

border-color css

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

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

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