Html Css Color HEX #B0385A Rouge

📋 copy color: '#B0385A'

red 176 ◦ green 56 ◦ blue 90

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

Shades of Rouge #B0385A

Tints of Rouge #B0385A

RGB

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

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

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

R = 54.66%
G = 17.39%
B = 27.95%

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

#B0385A (or 0xB0385A) is known color: Rouge. HEX triplet: B0, 38 and 5A. RGB value is (176,56,90). Sum of RGB (Red+Green+Blue) = 176+56+90=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0385A is #4FC7A5. Grayscale: #5F5F5F. Windows color (decimal): -5228454 or 5912752. OLE color: 5912752.

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

Color convert

RGB 176 56 90 -
CMYK 0 0.68 0.49 0.31
HSL 343º 0.52% 0.45% -
HSV(B) 343º 0.68% 0.69% -
XYZ 21.16 12.8 11.03 -
YUV 95.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 176 56 90 0 0.68 0.49 0.31 343 0.52 0.45
Hex B0 38 5A 0 44 31 1F 157 34 2D
Octal 260 70 132 0 104 61 37 527 64 55
Binary 10110000 111000 1011010 0 1000100 110001 11111 101010111 110100 101101

Color Harmonies of #B0385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0385A

Black with #B0385A

Text Example


Text Example

White with #B0385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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