Html Css Color HEX #B04664 Rouge

📋 copy color: '#B04664'

red 176 ◦ green 70 ◦ blue 100

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

Shades of Rouge #B04664

Tints of Rouge #B04664

RGB

 RED value IS 176 (69.14% from 255) = 50.87%

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 50.87%
G = 20.23%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B04664 (or 0xB04664) is known color: Rouge. HEX triplet: B0, 46 and 64. RGB value is (176,70,100). Sum of RGB (Red+Green+Blue) = 176+70+100=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B04664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04664 is #4FB99B. Grayscale: #696969. Windows color (decimal): -5224860 or 6571696. OLE color: 6571696.

HSL color Cylindrical-coordinate representation of color #B04664: hue angle of 343.02º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04664 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 100 -
CMYK 0 0.60 0.43 0.31
HSL 343.02º 0.43% 0.48% -
HSV(B) 343.02º 0.6% 0.69% -
XYZ 22.39 14.53 13.68 -
YUV 105.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 176 70 100 0 0.60 0.43 0.31 343.02 0.43 0.48
Hex B0 46 64 0 3C 2B 1F 157 2B 30
Octal 260 106 144 0 74 53 37 527 53 60
Binary 10110000 1000110 1100100 0 111100 101011 11111 101010111 101011 110000

Color Harmonies of #B04664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04664

Black with #B04664

Text Example


Text Example

White with #B04664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04664; }

 p { color: rgb(176,70,100); }

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

background-color css

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

 a { background-color: rgb(176,70,100); }

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

border-color css

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

 span { border-color: rgb(176,70,100); }

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