Html Css Color HEX #B52968 Rouge

📋 copy color: '#B52968'

red 181 ◦ green 41 ◦ blue 104

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

Shades of Rouge #B52968

Tints of Rouge #B52968

RGB

 RED value IS 181 (71.09% from 255) = 55.52%

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 55.52%
G = 12.58%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B52968 (or 0xB52968) is known color: Rouge. HEX triplet: B5, 29 and 68. RGB value is (181,41,104). Sum of RGB (Red+Green+Blue) = 181+41+104=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B52968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52968 is #4AD697. Grayscale: #595959. Windows color (decimal): -4904600 or 6826421. OLE color: 6826421.

HSL color Cylindrical-coordinate representation of color #B52968: hue angle of 333º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52968 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 104 -
CMYK 0 0.77 0.43 0.29
HSL 333º 0.63% 0.44% -
HSV(B) 333º 0.77% 0.71% -
XYZ 22.35 12.41 14.31 -
YUV 90.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 181 41 104 0 0.77 0.43 0.29 333 0.63 0.44
Hex B5 29 68 0 4D 2B 1D 14D 3F 2C
Octal 265 51 150 0 115 53 35 515 77 54
Binary 10110101 101001 1101000 0 1001101 101011 11101 101001101 111111 101100

Color Harmonies of #B52968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52968

Black with #B52968

Text Example


Text Example

White with #B52968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52968; }

 p { color: rgb(181,41,104); }

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

background-color css

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

 a { background-color: rgb(181,41,104); }

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

border-color css

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

 span { border-color: rgb(181,41,104); }

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