Html Css Color HEX #B0385B Rouge

📋 copy color: '#B0385B'

red 176 ◦ green 56 ◦ blue 91

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

Shades of Rouge #B0385B

Tints of Rouge #B0385B

RGB

 RED value IS 176 (69.14% from 255) = 54.49%

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

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

R = 54.49%
G = 17.34%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0385B (or 0xB0385B) is known color: Rouge. HEX triplet: B0, 38 and 5B. RGB value is (176,56,91). Sum of RGB (Red+Green+Blue) = 176+56+91=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0385B is #4FC7A4. Grayscale: #5F5F5F. Windows color (decimal): -5228453 or 5978288. OLE color: 5978288.

HSL color Cylindrical-coordinate representation of color #B0385B: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0385B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 91 -
CMYK 0 0.68 0.48 0.31
HSL 342.5º 0.52% 0.45% -
HSV(B) 342.5º 0.68% 0.69% -
XYZ 21.21 12.81 11.25 -
YUV 95.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 176 56 91 0 0.68 0.48 0.31 342.5 0.52 0.45
Hex B0 38 5B 0 44 30 1F 156 34 2D
Octal 260 70 133 0 104 60 37 526 64 55
Binary 10110000 111000 1011011 0 1000100 110000 11111 101010110 110100 101101

Color Harmonies of #B0385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0385B

Black with #B0385B

Text Example


Text Example

White with #B0385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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