Html Css Color HEX #B1456A Rouge

📋 copy color: '#B1456A'

red 177 ◦ green 69 ◦ blue 106

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

Shades of Rouge #B1456A

Tints of Rouge #B1456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 50.28%
G = 19.6%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1456A (or 0xB1456A) is known color: Rouge. HEX triplet: B1, 45 and 6A. RGB value is (177,69,106). Sum of RGB (Red+Green+Blue) = 177+69+106=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1456A is #4EBA95. Grayscale: #696969. Windows color (decimal): -5159574 or 6964657. OLE color: 6964657.

HSL color Cylindrical-coordinate representation of color #B1456A: hue angle of 339.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1456A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 106 -
CMYK 0 0.61 0.40 0.31
HSL 339.44º 0.44% 0.48% -
HSV(B) 339.44º 0.61% 0.69% -
XYZ 22.86 14.64 15.26 -
YUV 105.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 177 69 106 0 0.61 0.40 0.31 339.44 0.44 0.48
Hex B1 45 6A 0 3D 28 1F 153 2C 30
Octal 261 105 152 0 75 50 37 523 54 60
Binary 10110001 1000101 1101010 0 111101 101000 11111 101010011 101100 110000

Color Harmonies of #B1456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1456A

Black with #B1456A

Text Example


Text Example

White with #B1456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1456A; }

 p { color: rgb(177,69,106); }

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

background-color css

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

 a { background-color: rgb(177,69,106); }

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

border-color css

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

 span { border-color: rgb(177,69,106); }

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