Html Css Color HEX #B04063 Rouge

📋 copy color: '#B04063'

red 176 ◦ green 64 ◦ blue 99

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

Shades of Rouge #B04063

Tints of Rouge #B04063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 51.92%
G = 18.88%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04063 (or 0xB04063) is known color: Rouge. HEX triplet: B0, 40 and 63. RGB value is (176,64,99). Sum of RGB (Red+Green+Blue) = 176+64+99=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B04063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04063 is #4FBF9C. Grayscale: #656565. Windows color (decimal): -5226397 or 6504624. OLE color: 6504624.

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

Color convert

RGB 176 64 99 -
CMYK 0 0.64 0.44 0.31
HSL 341.25º 0.47% 0.47% -
HSV(B) 341.25º 0.64% 0.69% -
XYZ 21.99 13.8 13.31 -
YUV 101.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 176 64 99 0 0.64 0.44 0.31 341.25 0.47 0.47
Hex B0 40 63 0 40 2C 1F 155 2F 2F
Octal 260 100 143 0 100 54 37 525 57 57
Binary 10110000 1000000 1100011 0 1000000 101100 11111 101010101 101111 101111

Color Harmonies of #B04063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04063

Black with #B04063

Text Example


Text Example

White with #B04063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04063; }

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

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

background-color css

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

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

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

border-color css

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

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

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