Html Css Color HEX #B24567 Rouge

📋 copy color: '#B24567'

red 178 ◦ green 69 ◦ blue 103

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

Shades of Rouge #B24567

Tints of Rouge #B24567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 50.86%
G = 19.71%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B24567 (or 0xB24567) is known color: Rouge. HEX triplet: B2, 45 and 67. RGB value is (178,69,103). Sum of RGB (Red+Green+Blue) = 178+69+103=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24567 is #4DBA98. Grayscale: #696969. Windows color (decimal): -5094041 or 6768050. OLE color: 6768050.

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

Color convert

RGB 178 69 103 -
CMYK 0 0.61 0.42 0.30
HSL 341.28º 0.44% 0.48% -
HSV(B) 341.28º 0.61% 0.7% -
XYZ 22.94 14.7 14.46 -
YUV 105.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 178 69 103 0 0.61 0.42 0.30 341.28 0.44 0.48
Hex B2 45 67 0 3D 2A 1E 155 2C 30
Octal 262 105 147 0 75 52 36 525 54 60
Binary 10110010 1000101 1100111 0 111101 101010 11110 101010101 101100 110000

Color Harmonies of #B24567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24567

Black with #B24567

Text Example


Text Example

White with #B24567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24567; }

 p { color: rgb(178,69,103); }

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

background-color css

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

 a { background-color: rgb(178,69,103); }

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

border-color css

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

 span { border-color: rgb(178,69,103); }

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