Html Css Color HEX #B1334A Old Rose

📋 copy color: '#B1334A'

red 177 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #B1334A

Tints of Old Rose #B1334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 58.61%
G = 16.89%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1334A (or 0xB1334A) is known color: Old Rose. HEX triplet: B1, 33 and 4A. RGB value is (177,51,74). Sum of RGB (Red+Green+Blue) = 177+51+74=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1334A is #4ECCB5. Grayscale: #5B5B5B. Windows color (decimal): -5164214 or 4862897. OLE color: 4862897.

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

Color convert

RGB 177 51 74 -
CMYK 0 0.71 0.58 0.31
HSL 349.05º 0.55% 0.45% -
HSV(B) 349.05º 0.71% 0.69% -
XYZ 20.55 12.21 7.75 -
YUV 91.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 177 51 74 0 0.71 0.58 0.31 349.05 0.55 0.45
Hex B1 33 4A 0 47 3A 1F 15D 37 2D
Octal 261 63 112 0 107 72 37 535 67 55
Binary 10110001 110011 1001010 0 1000111 111010 11111 101011101 110111 101101

Color Harmonies of #B1334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1334A

Black with #B1334A

Text Example


Text Example

White with #B1334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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