Html Css Color HEX #B03F64 Rouge

📋 copy color: '#B03F64'

red 176 ◦ green 63 ◦ blue 100

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

Shades of Rouge #B03F64

Tints of Rouge #B03F64

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 51.92%
G = 18.58%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B03F64 (or 0xB03F64) is known color: Rouge. HEX triplet: B0, 3F and 64. RGB value is (176,63,100). Sum of RGB (Red+Green+Blue) = 176+63+100=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F64 is #4FC09B. Grayscale: #646464. Windows color (decimal): -5226652 or 6569904. OLE color: 6569904.

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

Color convert

RGB 176 63 100 -
CMYK 0 0.64 0.43 0.31
HSL 340.35º 0.47% 0.47% -
HSV(B) 340.35º 0.64% 0.69% -
XYZ 21.98 13.71 13.54 -
YUV 101.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 176 63 100 0 0.64 0.43 0.31 340.35 0.47 0.47
Hex B0 3F 64 0 40 2B 1F 154 2F 2F
Octal 260 77 144 0 100 53 37 524 57 57
Binary 10110000 111111 1100100 0 1000000 101011 11111 101010100 101111 101111

Color Harmonies of #B03F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F64

Black with #B03F64

Text Example


Text Example

White with #B03F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F64; }

 p { color: rgb(176,63,100); }

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

background-color css

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

 a { background-color: rgb(176,63,100); }

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

border-color css

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

 span { border-color: rgb(176,63,100); }

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