Html Css Color HEX #B03268 Rouge

📋 copy color: '#B03268'

red 176 ◦ green 50 ◦ blue 104

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

Shades of Rouge #B03268

Tints of Rouge #B03268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 53.33%
G = 15.15%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B03268 (or 0xB03268) is known color: Rouge. HEX triplet: B0, 32 and 68. RGB value is (176,50,104). Sum of RGB (Red+Green+Blue) = 176+50+104=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03268 is #4FCD97. Grayscale: #5D5D5D. Windows color (decimal): -5229976 or 6828720. OLE color: 6828720.

HSL color Cylindrical-coordinate representation of color #B03268: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03268 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 104 -
CMYK 0 0.72 0.41 0.31
HSL 334.29º 0.56% 0.44% -
HSV(B) 334.29º 0.72% 0.69% -
XYZ 21.54 12.51 14.38 -
YUV 93.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 176 50 104 0 0.72 0.41 0.31 334.29 0.56 0.44
Hex B0 32 68 0 48 29 1F 14E 38 2C
Octal 260 62 150 0 110 51 37 516 70 54
Binary 10110000 110010 1101000 0 1001000 101001 11111 101001110 111000 101100

Color Harmonies of #B03268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03268

Black with #B03268

Text Example


Text Example

White with #B03268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03268; }

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

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

background-color css

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

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

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

border-color css

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

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

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