Html Css Color HEX #B04665 Rouge

📋 copy color: '#B04665'

red 176 ◦ green 70 ◦ blue 101

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

Shades of Rouge #B04665

Tints of Rouge #B04665

RGB

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

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

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

R = 50.72%
G = 20.17%
B = 29.11%

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

#B04665 (or 0xB04665) is known color: Rouge. HEX triplet: B0, 46 and 65. RGB value is (176,70,101). Sum of RGB (Red+Green+Blue) = 176+70+101=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B04665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04665 is #4FB99A. Grayscale: #696969. Windows color (decimal): -5224859 or 6637232. OLE color: 6637232.

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

Color convert

RGB 176 70 101 -
CMYK 0 0.60 0.43 0.31
HSL 342.45º 0.43% 0.48% -
HSV(B) 342.45º 0.6% 0.69% -
XYZ 22.44 14.55 13.94 -
YUV 105.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 176 70 101 0 0.60 0.43 0.31 342.45 0.43 0.48
Hex B0 46 65 0 3C 2B 1F 156 2B 30
Octal 260 106 145 0 74 53 37 526 53 60
Binary 10110000 1000110 1100101 0 111100 101011 11111 101010110 101011 110000

Color Harmonies of #B04665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04665

Black with #B04665

Text Example


Text Example

White with #B04665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04665; }

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

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

background-color css

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

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

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

border-color css

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

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

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