Html Css Color HEX #B1394A Old Rose

📋 copy color: '#B1394A'

red 177 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #B1394A

Tints of Old Rose #B1394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 57.47%
G = 18.51%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1394A (or 0xB1394A) is known color: Old Rose. HEX triplet: B1, 39 and 4A. RGB value is (177,57,74). Sum of RGB (Red+Green+Blue) = 177+57+74=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1394A is #4EC6B5. Grayscale: #5E5E5E. Windows color (decimal): -5162678 or 4864433. OLE color: 4864433.

HSL color Cylindrical-coordinate representation of color #B1394A: hue angle of 351.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1394A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 74 -
CMYK 0 0.68 0.58 0.31
HSL 351.5º 0.51% 0.46% -
HSV(B) 351.5º 0.68% 0.69% -
XYZ 20.83 12.77 7.85 -
YUV 94.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 177 57 74 0 0.68 0.58 0.31 351.5 0.51 0.46
Hex B1 39 4A 0 44 3A 1F 160 33 2E
Octal 261 71 112 0 104 72 37 540 63 56
Binary 10110001 111001 1001010 0 1000100 111010 11111 101100000 110011 101110

Color Harmonies of #B1394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1394A

Black with #B1394A

Text Example


Text Example

White with #B1394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1394A; }

 p { color: rgb(177,57,74); }

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

background-color css

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

 a { background-color: rgb(177,57,74); }

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

border-color css

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

 span { border-color: rgb(177,57,74); }

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