Html Css Color HEX #B2335B Rouge

📋 copy color: '#B2335B'

red 178 ◦ green 51 ◦ blue 91

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

Shades of Rouge #B2335B

Tints of Rouge #B2335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 55.63%
G = 15.94%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2335B (or 0xB2335B) is known color: Rouge. HEX triplet: B2, 33 and 5B. RGB value is (178,51,91). Sum of RGB (Red+Green+Blue) = 178+51+91=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2335B is #4DCCA4. Grayscale: #5D5D5D. Windows color (decimal): -5098661 or 5977010. OLE color: 5977010.

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

Color convert

RGB 178 51 91 -
CMYK 0 0.71 0.49 0.30
HSL 341.1º 0.55% 0.45% -
HSV(B) 341.1º 0.71% 0.7% -
XYZ 21.43 12.59 11.2 -
YUV 93.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 178 51 91 0 0.71 0.49 0.30 341.1 0.55 0.45
Hex B2 33 5B 0 47 31 1E 155 37 2D
Octal 262 63 133 0 107 61 36 525 67 55
Binary 10110010 110011 1011011 0 1000111 110001 11110 101010101 110111 101101

Color Harmonies of #B2335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2335B

Black with #B2335B

Text Example


Text Example

White with #B2335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2335B; }

 p { color: rgb(178,51,91); }

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

background-color css

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

 a { background-color: rgb(178,51,91); }

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

border-color css

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

 span { border-color: rgb(178,51,91); }

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