Html Css Color HEX #B0426C Rouge

📋 copy color: '#B0426C'

red 176 ◦ green 66 ◦ blue 108

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

Shades of Rouge #B0426C

Tints of Rouge #B0426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 50.29%
G = 18.86%
B = 30.86%

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

#B0426C (or 0xB0426C) is known color: Rouge. HEX triplet: B0, 42 and 6C. RGB value is (176,66,108). Sum of RGB (Red+Green+Blue) = 176+66+108=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0426C is #4FBD93. Grayscale: #676767. Windows color (decimal): -5225876 or 7094960. OLE color: 7094960.

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

Color convert

RGB 176 66 108 -
CMYK 0 0.62 0.39 0.31
HSL 337.09º 0.45% 0.47% -
HSV(B) 337.09º 0.63% 0.69% -
XYZ 22.56 14.21 15.74 -
YUV 103.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 176 66 108 0 0.62 0.39 0.31 337.09 0.45 0.47
Hex B0 42 6C 0 3E 27 1F 151 2D 2F
Octal 260 102 154 0 76 47 37 521 55 57
Binary 10110000 1000010 1101100 0 111110 100111 11111 101010001 101101 101111

Color Harmonies of #B0426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0426C

Black with #B0426C

Text Example


Text Example

White with #B0426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0426C; }

 p { color: rgb(176,66,108); }

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

background-color css

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

 a { background-color: rgb(176,66,108); }

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

border-color css

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

 span { border-color: rgb(176,66,108); }

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