Html Css Color HEX #B4385A Rouge

📋 copy color: '#B4385A'

red 180 ◦ green 56 ◦ blue 90

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

Shades of Rouge #B4385A

Tints of Rouge #B4385A

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

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

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

R = 55.21%
G = 17.18%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4385A (or 0xB4385A) is known color: Rouge. HEX triplet: B4, 38 and 5A. RGB value is (180,56,90). Sum of RGB (Red+Green+Blue) = 180+56+90=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4385A is #4BC7A5. Grayscale: #606060. Windows color (decimal): -4966310 or 5912756. OLE color: 5912756.

HSL color Cylindrical-coordinate representation of color #B4385A: hue angle of 343.55º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4385A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 90 -
CMYK 0 0.69 0.50 0.29
HSL 343.55º 0.53% 0.46% -
HSV(B) 343.55º 0.69% 0.71% -
XYZ 22.08 13.27 11.07 -
YUV 96.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 180 56 90 0 0.69 0.50 0.29 343.55 0.53 0.46
Hex B4 38 5A 0 45 32 1D 158 35 2E
Octal 264 70 132 0 105 62 35 530 65 56
Binary 10110100 111000 1011010 0 1000101 110010 11101 101011000 110101 101110

Color Harmonies of #B4385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4385A

Black with #B4385A

Text Example


Text Example

White with #B4385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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