Html Css Color HEX #B1385A Rouge

📋 copy color: '#B1385A'

red 177 ◦ green 56 ◦ blue 90

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

Shades of Rouge #B1385A

Tints of Rouge #B1385A

RGB

 RED value IS 177 (69.53% from 255) = 54.8%

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

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

R = 54.8%
G = 17.34%
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

#B1385A (or 0xB1385A) is known color: Rouge. HEX triplet: B1, 38 and 5A. RGB value is (177,56,90). Sum of RGB (Red+Green+Blue) = 177+56+90=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385A is #4EC7A5. Grayscale: #606060. Windows color (decimal): -5162918 or 5912753. OLE color: 5912753.

HSL color Cylindrical-coordinate representation of color #B1385A: hue angle of 343.14º degrees, saturation: 0.52, 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 #B1385A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 90 -
CMYK 0 0.68 0.49 0.31
HSL 343.14º 0.52% 0.46% -
HSV(B) 343.14º 0.68% 0.69% -
XYZ 21.39 12.91 11.04 -
YUV 96.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 177 56 90 0 0.68 0.49 0.31 343.14 0.52 0.46
Hex B1 38 5A 0 44 31 1F 157 34 2E
Octal 261 70 132 0 104 61 37 527 64 56
Binary 10110001 111000 1011010 0 1000100 110001 11111 101010111 110100 101110

Color Harmonies of #B1385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1385A

Black with #B1385A

Text Example


Text Example

White with #B1385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1385A; }

 p { color: rgb(177,56,90); }

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

background-color css

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

 a { background-color: rgb(177,56,90); }

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

border-color css

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

 span { border-color: rgb(177,56,90); }

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