Html Css Color HEX #B03F68 Rouge

📋 copy color: '#B03F68'

red 176 ◦ green 63 ◦ blue 104

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

Shades of Rouge #B03F68

Tints of Rouge #B03F68

RGB

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

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

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

R = 51.31%
G = 18.37%
B = 30.32%

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

#B03F68 (or 0xB03F68) is known color: Rouge. HEX triplet: B0, 3F and 68. RGB value is (176,63,104). Sum of RGB (Red+Green+Blue) = 176+63+104=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F68 is #4FC097. Grayscale: #656565. Windows color (decimal): -5226648 or 6832048. OLE color: 6832048.

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

Color convert

RGB 176 63 104 -
CMYK 0 0.64 0.41 0.31
HSL 338.23º 0.47% 0.47% -
HSV(B) 338.23º 0.64% 0.69% -
XYZ 22.18 13.78 14.59 -
YUV 101.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 176 63 104 0 0.64 0.41 0.31 338.23 0.47 0.47
Hex B0 3F 68 0 40 29 1F 152 2F 2F
Octal 260 77 150 0 100 51 37 522 57 57
Binary 10110000 111111 1101000 0 1000000 101001 11111 101010010 101111 101111

Color Harmonies of #B03F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F68

Black with #B03F68

Text Example


Text Example

White with #B03F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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