Html Css Color HEX #B2366A Rouge

📋 copy color: '#B2366A'

red 178 ◦ green 54 ◦ blue 106

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

Shades of Rouge #B2366A

Tints of Rouge #B2366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 52.66%
G = 15.98%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2366A (or 0xB2366A) is known color: Rouge. HEX triplet: B2, 36 and 6A. RGB value is (178,54,106). Sum of RGB (Red+Green+Blue) = 178+54+106=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2366A is #4DC995. Grayscale: #606060. Windows color (decimal): -5097878 or 6960818. OLE color: 6960818.

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

Color convert

RGB 178 54 106 -
CMYK 0 0.70 0.40 0.30
HSL 334.84º 0.53% 0.45% -
HSV(B) 334.84º 0.7% 0.7% -
XYZ 22.28 13.14 15 -
YUV 97 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 178 54 106 0 0.70 0.40 0.30 334.84 0.53 0.45
Hex B2 36 6A 0 46 28 1E 14F 35 2D
Octal 262 66 152 0 106 50 36 517 65 55
Binary 10110010 110110 1101010 0 1000110 101000 11110 101001111 110101 101101

Color Harmonies of #B2366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2366A

Black with #B2366A

Text Example


Text Example

White with #B2366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2366A; }

 p { color: rgb(178,54,106); }

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

background-color css

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

 a { background-color: rgb(178,54,106); }

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

border-color css

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

 span { border-color: rgb(178,54,106); }

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