Html Css Color HEX #B2305D Rouge

📋 copy color: '#B2305D'

red 178 ◦ green 48 ◦ blue 93

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

Shades of Rouge #B2305D

Tints of Rouge #B2305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 55.8%
G = 15.05%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2305D (or 0xB2305D) is known color: Rouge. HEX triplet: B2, 30 and 5D. RGB value is (178,48,93). Sum of RGB (Red+Green+Blue) = 178+48+93=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2305D is #4DCFA2. Grayscale: #5B5B5B. Windows color (decimal): -5099427 or 6107314. OLE color: 6107314.

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

Color convert

RGB 178 48 93 -
CMYK 0 0.73 0.48 0.30
HSL 339.23º 0.58% 0.44% -
HSV(B) 339.23º 0.73% 0.7% -
XYZ 21.39 12.37 11.62 -
YUV 92 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 178 48 93 0 0.73 0.48 0.30 339.23 0.58 0.44
Hex B2 30 5D 0 49 30 1E 153 3A 2C
Octal 262 60 135 0 111 60 36 523 72 54
Binary 10110010 110000 1011101 0 1001001 110000 11110 101010011 111010 101100

Color Harmonies of #B2305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2305D

Black with #B2305D

Text Example


Text Example

White with #B2305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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