Html Css Color HEX #B0416B Rouge

📋 copy color: '#B0416B'

red 176 ◦ green 65 ◦ blue 107

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

Shades of Rouge #B0416B

Tints of Rouge #B0416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 50.57%
G = 18.68%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0416B (or 0xB0416B) is known color: Rouge. HEX triplet: B0, 41 and 6B. RGB value is (176,65,107). Sum of RGB (Red+Green+Blue) = 176+65+107=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416B is #4FBE94. Grayscale: #666666. Windows color (decimal): -5226133 or 7029168. OLE color: 7029168.

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

Color convert

RGB 176 65 107 -
CMYK 0 0.63 0.39 0.31
HSL 337.3º 0.46% 0.47% -
HSV(B) 337.3º 0.63% 0.69% -
XYZ 22.45 14.07 15.44 -
YUV 102.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 176 65 107 0 0.63 0.39 0.31 337.3 0.46 0.47
Hex B0 41 6B 0 3F 27 1F 151 2E 2F
Octal 260 101 153 0 77 47 37 521 56 57
Binary 10110000 1000001 1101011 0 111111 100111 11111 101010001 101110 101111

Color Harmonies of #B0416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0416B

Black with #B0416B

Text Example


Text Example

White with #B0416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0416B; }

 p { color: rgb(176,65,107); }

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

background-color css

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

 a { background-color: rgb(176,65,107); }

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

border-color css

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

 span { border-color: rgb(176,65,107); }

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