Html Css Color HEX #B2426B Rouge

📋 copy color: '#B2426B'

red 178 ◦ green 66 ◦ blue 107

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

Shades of Rouge #B2426B

Tints of Rouge #B2426B

RGB

 RED value IS 178 (69.92% from 255) = 50.71%

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

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

R = 50.71%
G = 18.8%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2426B (or 0xB2426B) is known color: Rouge. HEX triplet: B2, 42 and 6B. RGB value is (178,66,107). Sum of RGB (Red+Green+Blue) = 178+66+107=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2426B is #4DBD94. Grayscale: #686868. Windows color (decimal): -5094805 or 7029426. OLE color: 7029426.

HSL color Cylindrical-coordinate representation of color #B2426B: hue angle of 338.04º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2426B is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 107 -
CMYK 0 0.63 0.40 0.30
HSL 338.04º 0.46% 0.48% -
HSV(B) 338.04º 0.63% 0.7% -
XYZ 22.96 14.42 15.48 -
YUV 104.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 178 66 107 0 0.63 0.40 0.30 338.04 0.46 0.48
Hex B2 42 6B 0 3F 28 1E 152 2E 30
Octal 262 102 153 0 77 50 36 522 56 60
Binary 10110010 1000010 1101011 0 111111 101000 11110 101010010 101110 110000

Color Harmonies of #B2426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2426B

Black with #B2426B

Text Example


Text Example

White with #B2426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2426B; }

 p { color: rgb(178,66,107); }

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

background-color css

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

 a { background-color: rgb(178,66,107); }

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

border-color css

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

 span { border-color: rgb(178,66,107); }

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