Html Css Color HEX #B24265 Rouge

📋 copy color: '#B24265'

red 178 ◦ green 66 ◦ blue 101

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

Shades of Rouge #B24265

Tints of Rouge #B24265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 51.59%
G = 19.13%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B24265 (or 0xB24265) is known color: Rouge. HEX triplet: B2, 42 and 65. RGB value is (178,66,101). Sum of RGB (Red+Green+Blue) = 178+66+101=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B24265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24265 is #4DBD9A. Grayscale: #676767. Windows color (decimal): -5094811 or 6636210. OLE color: 6636210.

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

Color convert

RGB 178 66 101 -
CMYK 0 0.63 0.43 0.30
HSL 341.25º 0.46% 0.48% -
HSV(B) 341.25º 0.63% 0.7% -
XYZ 22.66 14.3 13.88 -
YUV 103.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 178 66 101 0 0.63 0.43 0.30 341.25 0.46 0.48
Hex B2 42 65 0 3F 2B 1E 155 2E 30
Octal 262 102 145 0 77 53 36 525 56 60
Binary 10110010 1000010 1100101 0 111111 101011 11110 101010101 101110 110000

Color Harmonies of #B24265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24265

Black with #B24265

Text Example


Text Example

White with #B24265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24265; }

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

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

background-color css

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

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

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

border-color css

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

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

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