Html Css Color HEX #B04869 Rouge

📋 copy color: '#B04869'

red 176 ◦ green 72 ◦ blue 105

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

Shades of Rouge #B04869

Tints of Rouge #B04869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 49.86%
G = 20.4%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B04869 (or 0xB04869) is known color: Rouge. HEX triplet: B0, 48 and 69. RGB value is (176,72,105). Sum of RGB (Red+Green+Blue) = 176+72+105=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B04869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04869 is #4FB796. Grayscale: #6A6A6A. Windows color (decimal): -5224343 or 6899888. OLE color: 6899888.

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

Color convert

RGB 176 72 105 -
CMYK 0 0.59 0.40 0.31
HSL 340.96º 0.42% 0.49% -
HSV(B) 340.96º 0.59% 0.69% -
XYZ 22.77 14.88 15.04 -
YUV 106.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 176 72 105 0 0.59 0.40 0.31 340.96 0.42 0.49
Hex B0 48 69 0 3B 28 1F 155 2A 31
Octal 260 110 151 0 73 50 37 525 52 61
Binary 10110000 1001000 1101001 0 111011 101000 11111 101010101 101010 110001

Color Harmonies of #B04869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04869

Black with #B04869

Text Example


Text Example

White with #B04869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04869; }

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

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

background-color css

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

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

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

border-color css

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

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

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