Html Css Color HEX #B0456A Rouge

📋 copy color: '#B0456A'

red 176 ◦ green 69 ◦ blue 106

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

Shades of Rouge #B0456A

Tints of Rouge #B0456A

RGB

 RED value IS 176 (69.14% from 255) = 50.14%

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

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

R = 50.14%
G = 19.66%
B = 30.2%

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

#B0456A (or 0xB0456A) is known color: Rouge. HEX triplet: B0, 45 and 6A. RGB value is (176,69,106). Sum of RGB (Red+Green+Blue) = 176+69+106=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0456A is #4FBA95. Grayscale: #696969. Windows color (decimal): -5225110 or 6964656. OLE color: 6964656.

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

Color convert

RGB 176 69 106 -
CMYK 0 0.61 0.40 0.31
HSL 339.25º 0.44% 0.48% -
HSV(B) 339.25º 0.61% 0.69% -
XYZ 22.63 14.53 15.25 -
YUV 105.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 176 69 106 0 0.61 0.40 0.31 339.25 0.44 0.48
Hex B0 45 6A 0 3D 28 1F 153 2C 30
Octal 260 105 152 0 75 50 37 523 54 60
Binary 10110000 1000101 1101010 0 111101 101000 11111 101010011 101100 110000

Color Harmonies of #B0456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0456A

Black with #B0456A

Text Example


Text Example

White with #B0456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0456A; }

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

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

background-color css

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

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

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

border-color css

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

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

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