Html Css Color HEX #B2305A Rouge

📋 copy color: '#B2305A'

red 178 ◦ green 48 ◦ blue 90

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

Shades of Rouge #B2305A

Tints of Rouge #B2305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 56.33%
G = 15.19%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2305A (or 0xB2305A) is known color: Rouge. HEX triplet: B2, 30 and 5A. RGB value is (178,48,90). Sum of RGB (Red+Green+Blue) = 178+48+90=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B2305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2305A is #4DCFA5. Grayscale: #5B5B5B. Windows color (decimal): -5099430 or 5910706. OLE color: 5910706.

HSL color Cylindrical-coordinate representation of color #B2305A: hue angle of 340.62º 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 #B2305A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 90 -
CMYK 0 0.73 0.49 0.30
HSL 340.62º 0.58% 0.44% -
HSV(B) 340.62º 0.73% 0.7% -
XYZ 21.26 12.32 10.93 -
YUV 91.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 178 48 90 0 0.73 0.49 0.30 340.62 0.58 0.44
Hex B2 30 5A 0 49 31 1E 155 3A 2C
Octal 262 60 132 0 111 61 36 525 72 54
Binary 10110010 110000 1011010 0 1001001 110001 11110 101010101 111010 101100

Color Harmonies of #B2305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2305A

Black with #B2305A

Text Example


Text Example

White with #B2305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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