Html Css Color HEX #B24069 Rouge

📋 copy color: '#B24069'

red 178 ◦ green 64 ◦ blue 105

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

Shades of Rouge #B24069

Tints of Rouge #B24069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 51.3%
G = 18.44%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B24069 (or 0xB24069) is known color: Rouge. HEX triplet: B2, 40 and 69. RGB value is (178,64,105). Sum of RGB (Red+Green+Blue) = 178+64+105=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B24069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24069 is #4DBF96. Grayscale: #666666. Windows color (decimal): -5095319 or 6897842. OLE color: 6897842.

HSL color Cylindrical-coordinate representation of color #B24069: hue angle of 338.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24069 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 105 -
CMYK 0 0.64 0.41 0.30
HSL 338.42º 0.47% 0.47% -
HSV(B) 338.42º 0.64% 0.7% -
XYZ 22.74 14.15 14.9 -
YUV 102.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 178 64 105 0 0.64 0.41 0.30 338.42 0.47 0.47
Hex B2 40 69 0 40 29 1E 152 2F 2F
Octal 262 100 151 0 100 51 36 522 57 57
Binary 10110010 1000000 1101001 0 1000000 101001 11110 101010010 101111 101111

Color Harmonies of #B24069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24069

Black with #B24069

Text Example


Text Example

White with #B24069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24069; }

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

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

background-color css

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

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

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

border-color css

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

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

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