Html Css Color HEX #B2306C Rouge

📋 copy color: '#B2306C'

red 178 ◦ green 48 ◦ blue 108

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

Shades of Rouge #B2306C

Tints of Rouge #B2306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 53.29%
G = 14.37%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2306C (or 0xB2306C) is known color: Rouge. HEX triplet: B2, 30 and 6C. RGB value is (178,48,108). Sum of RGB (Red+Green+Blue) = 178+48+108=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2306C is #4DCF93. Grayscale: #5D5D5D. Windows color (decimal): -5099412 or 7090354. OLE color: 7090354.

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

Color convert

RGB 178 48 108 -
CMYK 0 0.73 0.39 0.30
HSL 332.31º 0.58% 0.44% -
HSV(B) 332.31º 0.73% 0.7% -
XYZ 22.12 12.66 15.47 -
YUV 93.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 178 48 108 0 0.73 0.39 0.30 332.31 0.58 0.44
Hex B2 30 6C 0 49 27 1E 14C 3A 2C
Octal 262 60 154 0 111 47 36 514 72 54
Binary 10110010 110000 1101100 0 1001001 100111 11110 101001100 111010 101100

Color Harmonies of #B2306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2306C

Black with #B2306C

Text Example


Text Example

White with #B2306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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