Html Css Color HEX #B1364C Old Rose

📋 copy color: '#B1364C'

red 177 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #B1364C

Tints of Old Rose #B1364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 57.65%
G = 17.59%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1364C (or 0xB1364C) is known color: Old Rose. HEX triplet: B1, 36 and 4C. RGB value is (177,54,76). Sum of RGB (Red+Green+Blue) = 177+54+76=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1364C is #4EC9B3. Grayscale: #5D5D5D. Windows color (decimal): -5163444 or 4994737. OLE color: 4994737.

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

Color convert

RGB 177 54 76 -
CMYK 0 0.69 0.57 0.31
HSL 349.27º 0.53% 0.45% -
HSV(B) 349.27º 0.69% 0.69% -
XYZ 20.76 12.51 8.16 -
YUV 93.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 177 54 76 0 0.69 0.57 0.31 349.27 0.53 0.45
Hex B1 36 4C 0 45 39 1F 15D 35 2D
Octal 261 66 114 0 105 71 37 535 65 55
Binary 10110001 110110 1001100 0 1000101 111001 11111 101011101 110101 101101

Color Harmonies of #B1364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1364C

Black with #B1364C

Text Example


Text Example

White with #B1364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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