Html Css Color HEX #B2385B Rouge

📋 copy color: '#B2385B'

red 178 ◦ green 56 ◦ blue 91

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

Shades of Rouge #B2385B

Tints of Rouge #B2385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 54.77%
G = 17.23%
B = 28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2385B (or 0xB2385B) is known color: Rouge. HEX triplet: B2, 38 and 5B. RGB value is (178,56,91). Sum of RGB (Red+Green+Blue) = 178+56+91=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2385B is #4DC7A4. Grayscale: #606060. Windows color (decimal): -5097381 or 5978290. OLE color: 5978290.

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

Color convert

RGB 178 56 91 -
CMYK 0 0.69 0.49 0.30
HSL 342.79º 0.52% 0.46% -
HSV(B) 342.79º 0.69% 0.7% -
XYZ 21.66 13.05 11.27 -
YUV 96.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 178 56 91 0 0.69 0.49 0.30 342.79 0.52 0.46
Hex B2 38 5B 0 45 31 1E 157 34 2E
Octal 262 70 133 0 105 61 36 527 64 56
Binary 10110010 111000 1011011 0 1000101 110001 11110 101010111 110100 101110

Color Harmonies of #B2385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2385B

Black with #B2385B

Text Example


Text Example

White with #B2385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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