Html Css Color HEX #B2345F Rouge

📋 copy color: '#B2345F'

red 178 ◦ green 52 ◦ blue 95

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

Shades of Rouge #B2345F

Tints of Rouge #B2345F

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 54.77%
G = 16%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2345F (or 0xB2345F) is known color: Rouge. HEX triplet: B2, 34 and 5F. RGB value is (178,52,95). Sum of RGB (Red+Green+Blue) = 178+52+95=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2345F is #4DCBA0. Grayscale: #5E5E5E. Windows color (decimal): -5098401 or 6239410. OLE color: 6239410.

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

Color convert

RGB 178 52 95 -
CMYK 0 0.71 0.47 0.30
HSL 339.52º 0.55% 0.45% -
HSV(B) 339.52º 0.71% 0.7% -
XYZ 21.65 12.75 12.15 -
YUV 94.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 178 52 95 0 0.71 0.47 0.30 339.52 0.55 0.45
Hex B2 34 5F 0 47 2F 1E 154 37 2D
Octal 262 64 137 0 107 57 36 524 67 55
Binary 10110010 110100 1011111 0 1000111 101111 11110 101010100 110111 101101

Color Harmonies of #B2345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2345F

Black with #B2345F

Text Example


Text Example

White with #B2345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2345F; }

 p { color: rgb(178,52,95); }

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

background-color css

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

 a { background-color: rgb(178,52,95); }

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

border-color css

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

 span { border-color: rgb(178,52,95); }

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