Html Css Color HEX #B04067 Rouge

📋 copy color: '#B04067'

red 176 ◦ green 64 ◦ blue 103

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

Shades of Rouge #B04067

Tints of Rouge #B04067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 51.31%
G = 18.66%
B = 30.03%

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

#B04067 (or 0xB04067) is known color: Rouge. HEX triplet: B0, 40 and 67. RGB value is (176,64,103). Sum of RGB (Red+Green+Blue) = 176+64+103=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B04067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04067 is #4FBF98. Grayscale: #656565. Windows color (decimal): -5226393 or 6766768. OLE color: 6766768.

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

Color convert

RGB 176 64 103 -
CMYK 0 0.64 0.41 0.31
HSL 339.11º 0.47% 0.47% -
HSV(B) 339.11º 0.64% 0.69% -
XYZ 22.19 13.88 14.34 -
YUV 101.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 176 64 103 0 0.64 0.41 0.31 339.11 0.47 0.47
Hex B0 40 67 0 40 29 1F 153 2F 2F
Octal 260 100 147 0 100 51 37 523 57 57
Binary 10110000 1000000 1100111 0 1000000 101001 11111 101010011 101111 101111

Color Harmonies of #B04067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04067

Black with #B04067

Text Example


Text Example

White with #B04067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04067; }

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

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

background-color css

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

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

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

border-color css

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

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

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