Html Css Color HEX #B04168 Rouge

📋 copy color: '#B04168'

red 176 ◦ green 65 ◦ blue 104

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

Shades of Rouge #B04168

Tints of Rouge #B04168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 51.01%
G = 18.84%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B04168 (or 0xB04168) is known color: Rouge. HEX triplet: B0, 41 and 68. RGB value is (176,65,104). Sum of RGB (Red+Green+Blue) = 176+65+104=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04168 is #4FBE97. Grayscale: #666666. Windows color (decimal): -5226136 or 6832560. OLE color: 6832560.

HSL color Cylindrical-coordinate representation of color #B04168: hue angle of 338.92º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04168 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 104 -
CMYK 0 0.63 0.41 0.31
HSL 338.92º 0.46% 0.47% -
HSV(B) 338.92º 0.63% 0.69% -
XYZ 22.29 14.01 14.63 -
YUV 102.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 176 65 104 0 0.63 0.41 0.31 338.92 0.46 0.47
Hex B0 41 68 0 3F 29 1F 153 2E 2F
Octal 260 101 150 0 77 51 37 523 56 57
Binary 10110000 1000001 1101000 0 111111 101001 11111 101010011 101110 101111

Color Harmonies of #B04168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04168

Black with #B04168

Text Example


Text Example

White with #B04168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04168; }

 p { color: rgb(176,65,104); }

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

background-color css

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

 a { background-color: rgb(176,65,104); }

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

border-color css

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

 span { border-color: rgb(176,65,104); }

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