Html Css Color HEX #B0276A Rouge

📋 copy color: '#B0276A'

red 176 ◦ green 39 ◦ blue 106

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

Shades of Rouge #B0276A

Tints of Rouge #B0276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 54.83%
G = 12.15%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0276A (or 0xB0276A) is known color: Rouge. HEX triplet: B0, 27 and 6A. RGB value is (176,39,106). Sum of RGB (Red+Green+Blue) = 176+39+106=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0276A is #4FD895. Grayscale: #575757. Windows color (decimal): -5232790 or 6956976. OLE color: 6956976.

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

Color convert

RGB 176 39 106 -
CMYK 0 0.78 0.40 0.31
HSL 330.66º 0.64% 0.42% -
HSV(B) 330.66º 0.78% 0.69% -
XYZ 21.23 11.72 14.78 -
YUV 87.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 176 39 106 0 0.78 0.40 0.31 330.66 0.64 0.42
Hex B0 27 6A 0 4E 28 1F 14B 40 2A
Octal 260 47 152 0 116 50 37 513 100 52
Binary 10110000 100111 1101010 0 1001110 101000 11111 101001011 1000000 101010

Color Harmonies of #B0276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0276A

Black with #B0276A

Text Example


Text Example

White with #B0276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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