Html Css Color HEX #B42669 Rouge

📋 copy color: '#B42669'

red 180 ◦ green 38 ◦ blue 105

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

Shades of Rouge #B42669

Tints of Rouge #B42669

RGB

 RED value IS 180 (70.7% from 255) = 55.73%

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 55.73%
G = 11.76%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B42669 (or 0xB42669) is known color: Rouge. HEX triplet: B4, 26 and 69. RGB value is (180,38,105). Sum of RGB (Red+Green+Blue) = 180+38+105=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B42669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42669 is #4BD996. Grayscale: #575757. Windows color (decimal): -4970903 or 6891188. OLE color: 6891188.

HSL color Cylindrical-coordinate representation of color #B42669: hue angle of 331.69º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42669 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 105 -
CMYK 0 0.79 0.42 0.29
HSL 331.69º 0.65% 0.43% -
HSV(B) 331.69º 0.79% 0.71% -
XYZ 22.07 12.11 14.54 -
YUV 88.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 180 38 105 0 0.79 0.42 0.29 331.69 0.65 0.43
Hex B4 26 69 0 4F 2A 1D 14C 41 2B
Octal 264 46 151 0 117 52 35 514 101 53
Binary 10110100 100110 1101001 0 1001111 101010 11101 101001100 1000001 101011

Color Harmonies of #B42669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42669

Black with #B42669

Text Example


Text Example

White with #B42669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42669; }

 p { color: rgb(180,38,105); }

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

background-color css

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

 a { background-color: rgb(180,38,105); }

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

border-color css

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

 span { border-color: rgb(180,38,105); }

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