Html Css Color HEX #B2385F Rouge

📋 copy color: '#B2385F'

red 178 ◦ green 56 ◦ blue 95

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

Shades of Rouge #B2385F

Tints of Rouge #B2385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 54.1%
G = 17.02%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2385F (or 0xB2385F) is known color: Rouge. HEX triplet: B2, 38 and 5F. RGB value is (178,56,95). Sum of RGB (Red+Green+Blue) = 178+56+95=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2385F is #4DC7A0. Grayscale: #606060. Windows color (decimal): -5097377 or 6240434. OLE color: 6240434.

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

Color convert

RGB 178 56 95 -
CMYK 0 0.69 0.47 0.30
HSL 340.82º 0.52% 0.46% -
HSV(B) 340.82º 0.69% 0.7% -
XYZ 21.84 13.12 12.21 -
YUV 96.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 178 56 95 0 0.69 0.47 0.30 340.82 0.52 0.46
Hex B2 38 5F 0 45 2F 1E 155 34 2E
Octal 262 70 137 0 105 57 36 525 64 56
Binary 10110010 111000 1011111 0 1000101 101111 11110 101010101 110100 101110

Color Harmonies of #B2385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2385F

Black with #B2385F

Text Example


Text Example

White with #B2385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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