Html Css Color HEX #B04569 Rouge

📋 copy color: '#B04569'

red 176 ◦ green 69 ◦ blue 105

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

Shades of Rouge #B04569

Tints of Rouge #B04569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 50.29%
G = 19.71%
B = 30%

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

#B04569 (or 0xB04569) is known color: Rouge. HEX triplet: B0, 45 and 69. RGB value is (176,69,105). Sum of RGB (Red+Green+Blue) = 176+69+105=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B04569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04569 is #4FBA96. Grayscale: #696969. Windows color (decimal): -5225111 or 6899120. OLE color: 6899120.

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

Color convert

RGB 176 69 105 -
CMYK 0 0.61 0.40 0.31
HSL 339.81º 0.44% 0.48% -
HSV(B) 339.81º 0.61% 0.69% -
XYZ 22.58 14.51 14.97 -
YUV 105.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 176 69 105 0 0.61 0.40 0.31 339.81 0.44 0.48
Hex B0 45 69 0 3D 28 1F 154 2C 30
Octal 260 105 151 0 75 50 37 524 54 60
Binary 10110000 1000101 1101001 0 111101 101000 11111 101010100 101100 110000

Color Harmonies of #B04569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04569

Black with #B04569

Text Example


Text Example

White with #B04569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04569; }

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

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

background-color css

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

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

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

border-color css

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

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

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