Html Css Color HEX #B24269 Rouge

📋 copy color: '#B24269'

red 178 ◦ green 66 ◦ blue 105

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

Shades of Rouge #B24269

Tints of Rouge #B24269

RGB

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

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

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

R = 51%
G = 18.91%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B24269 (or 0xB24269) is known color: Rouge. HEX triplet: B2, 42 and 69. RGB value is (178,66,105). Sum of RGB (Red+Green+Blue) = 178+66+105=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B24269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24269 is #4DBD96. Grayscale: #676767. Windows color (decimal): -5094807 or 6898354. OLE color: 6898354.

HSL color Cylindrical-coordinate representation of color #B24269: hue angle of 339.11º 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 #B24269 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 105 -
CMYK 0 0.63 0.41 0.30
HSL 339.11º 0.46% 0.48% -
HSV(B) 339.11º 0.63% 0.7% -
XYZ 22.86 14.38 14.94 -
YUV 103.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 178 66 105 0 0.63 0.41 0.30 339.11 0.46 0.48
Hex B2 42 69 0 3F 29 1E 153 2E 30
Octal 262 102 151 0 77 51 36 523 56 60
Binary 10110010 1000010 1101001 0 111111 101001 11110 101010011 101110 110000

Color Harmonies of #B24269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24269

Black with #B24269

Text Example


Text Example

White with #B24269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24269; }

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

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

background-color css

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

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

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

border-color css

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

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

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