Html Css Color HEX #B04068 Rouge

📋 copy color: '#B04068'

red 176 ◦ green 64 ◦ blue 104

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

Shades of Rouge #B04068

Tints of Rouge #B04068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 51.16%
G = 18.6%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B04068 (or 0xB04068) is known color: Rouge. HEX triplet: B0, 40 and 68. RGB value is (176,64,104). Sum of RGB (Red+Green+Blue) = 176+64+104=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04068 is #4FBF97. Grayscale: #666666. Windows color (decimal): -5226392 or 6832304. OLE color: 6832304.

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

Color convert

RGB 176 64 104 -
CMYK 0 0.64 0.41 0.31
HSL 338.57º 0.47% 0.47% -
HSV(B) 338.57º 0.64% 0.69% -
XYZ 22.24 13.9 14.61 -
YUV 102.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 176 64 104 0 0.64 0.41 0.31 338.57 0.47 0.47
Hex B0 40 68 0 40 29 1F 153 2F 2F
Octal 260 100 150 0 100 51 37 523 57 57
Binary 10110000 1000000 1101000 0 1000000 101001 11111 101010011 101111 101111

Color Harmonies of #B04068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04068

Black with #B04068

Text Example


Text Example

White with #B04068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04068; }

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

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

background-color css

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

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

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

border-color css

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

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

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