Html Css Color HEX #B2305F Rouge

📋 copy color: '#B2305F'

red 178 ◦ green 48 ◦ blue 95

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

Shades of Rouge #B2305F

Tints of Rouge #B2305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 55.45%
G = 14.95%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2305F (or 0xB2305F) is known color: Rouge. HEX triplet: B2, 30 and 5F. RGB value is (178,48,95). Sum of RGB (Red+Green+Blue) = 178+48+95=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2305F is #4DCFA0. Grayscale: #5C5C5C. Windows color (decimal): -5099425 or 6238386. OLE color: 6238386.

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

Color convert

RGB 178 48 95 -
CMYK 0 0.73 0.47 0.30
HSL 338.31º 0.58% 0.44% -
HSV(B) 338.31º 0.73% 0.7% -
XYZ 21.48 12.41 12.09 -
YUV 92.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 178 48 95 0 0.73 0.47 0.30 338.31 0.58 0.44
Hex B2 30 5F 0 49 2F 1E 152 3A 2C
Octal 262 60 137 0 111 57 36 522 72 54
Binary 10110010 110000 1011111 0 1001001 101111 11110 101010010 111010 101100

Color Harmonies of #B2305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2305F

Black with #B2305F

Text Example


Text Example

White with #B2305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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