Html Css Color HEX #B0395A Rouge

📋 copy color: '#B0395A'

red 176 ◦ green 57 ◦ blue 90

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

Shades of Rouge #B0395A

Tints of Rouge #B0395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 54.49%
G = 17.65%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0395A (or 0xB0395A) is known color: Rouge. HEX triplet: B0, 39 and 5A. RGB value is (176,57,90). Sum of RGB (Red+Green+Blue) = 176+57+90=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0395A is #4FC6A5. Grayscale: #606060. Windows color (decimal): -5228198 or 5913008. OLE color: 5913008.

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

Color convert

RGB 176 57 90 -
CMYK 0 0.68 0.49 0.31
HSL 343.36º 0.51% 0.46% -
HSV(B) 343.36º 0.68% 0.69% -
XYZ 21.21 12.89 11.04 -
YUV 96.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 176 57 90 0 0.68 0.49 0.31 343.36 0.51 0.46
Hex B0 39 5A 0 44 31 1F 157 33 2E
Octal 260 71 132 0 104 61 37 527 63 56
Binary 10110000 111001 1011010 0 1000100 110001 11111 101010111 110011 101110

Color Harmonies of #B0395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0395A

Black with #B0395A

Text Example


Text Example

White with #B0395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0395A; }

 p { color: rgb(176,57,90); }

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

background-color css

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

 a { background-color: rgb(176,57,90); }

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

border-color css

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

 span { border-color: rgb(176,57,90); }

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