Html Css Color HEX #B04469 Rouge

📋 copy color: '#B04469'

red 176 ◦ green 68 ◦ blue 105

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

Shades of Rouge #B04469

Tints of Rouge #B04469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 50.43%
G = 19.48%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B04469 (or 0xB04469) is known color: Rouge. HEX triplet: B0, 44 and 69. RGB value is (176,68,105). Sum of RGB (Red+Green+Blue) = 176+68+105=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04469 is #4FBB96. Grayscale: #686868. Windows color (decimal): -5225367 or 6898864. OLE color: 6898864.

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

Color convert

RGB 176 68 105 -
CMYK 0 0.61 0.40 0.31
HSL 339.44º 0.44% 0.48% -
HSV(B) 339.44º 0.61% 0.69% -
XYZ 22.52 14.38 14.95 -
YUV 104.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 176 68 105 0 0.61 0.40 0.31 339.44 0.44 0.48
Hex B0 44 69 0 3D 28 1F 153 2C 30
Octal 260 104 151 0 75 50 37 523 54 60
Binary 10110000 1000100 1101001 0 111101 101000 11111 101010011 101100 110000

Color Harmonies of #B04469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04469

Black with #B04469

Text Example


Text Example

White with #B04469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04469; }

 p { color: rgb(176,68,105); }

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

background-color css

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

 a { background-color: rgb(176,68,105); }

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

border-color css

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

 span { border-color: rgb(176,68,105); }

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