Html Css Color HEX #B0436B Rouge

📋 copy color: '#B0436B'

red 176 ◦ green 67 ◦ blue 107

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

Shades of Rouge #B0436B

Tints of Rouge #B0436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 50.29%
G = 19.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0436B (or 0xB0436B) is known color: Rouge. HEX triplet: B0, 43 and 6B. RGB value is (176,67,107). Sum of RGB (Red+Green+Blue) = 176+67+107=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0436B is #4FBC94. Grayscale: #686868. Windows color (decimal): -5225621 or 7029680. OLE color: 7029680.

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

Color convert

RGB 176 67 107 -
CMYK 0 0.62 0.39 0.31
HSL 337.98º 0.45% 0.48% -
HSV(B) 337.98º 0.62% 0.69% -
XYZ 22.57 14.31 15.48 -
YUV 104.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 176 67 107 0 0.62 0.39 0.31 337.98 0.45 0.48
Hex B0 43 6B 0 3E 27 1F 152 2D 30
Octal 260 103 153 0 76 47 37 522 55 60
Binary 10110000 1000011 1101011 0 111110 100111 11111 101010010 101101 110000

Color Harmonies of #B0436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0436B

Black with #B0436B

Text Example


Text Example

White with #B0436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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