Html Css Color HEX #B04069 Rouge

📋 copy color: '#B04069'

red 176 ◦ green 64 ◦ blue 105

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

Shades of Rouge #B04069

Tints of Rouge #B04069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 51.01%
G = 18.55%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B04069 (or 0xB04069) is known color: Rouge. HEX triplet: B0, 40 and 69. RGB value is (176,64,105). Sum of RGB (Red+Green+Blue) = 176+64+105=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04069 is #4FBF96. Grayscale: #666666. Windows color (decimal): -5226391 or 6897840. OLE color: 6897840.

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

Color convert

RGB 176 64 105 -
CMYK 0 0.64 0.40 0.31
HSL 338.04º 0.47% 0.47% -
HSV(B) 338.04º 0.64% 0.69% -
XYZ 22.29 13.92 14.88 -
YUV 102.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 176 64 105 0 0.64 0.40 0.31 338.04 0.47 0.47
Hex B0 40 69 0 40 28 1F 152 2F 2F
Octal 260 100 151 0 100 50 37 522 57 57
Binary 10110000 1000000 1101001 0 1000000 101000 11111 101010010 101111 101111

Color Harmonies of #B04069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04069

Black with #B04069

Text Example


Text Example

White with #B04069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04069; }

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

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

background-color css

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

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

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

border-color css

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

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

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