Html Css Color HEX #B03267 Rouge

📋 copy color: '#B03267'

red 176 ◦ green 50 ◦ blue 103

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

Shades of Rouge #B03267

Tints of Rouge #B03267

RGB

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

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

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

R = 53.5%
G = 15.2%
B = 31.31%

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

#B03267 (or 0xB03267) is known color: Rouge. HEX triplet: B0, 32 and 67. RGB value is (176,50,103). Sum of RGB (Red+Green+Blue) = 176+50+103=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B03267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03267 is #4FCD98. Grayscale: #5D5D5D. Windows color (decimal): -5229977 or 6763184. OLE color: 6763184.

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

Color convert

RGB 176 50 103 -
CMYK 0 0.72 0.41 0.31
HSL 334.76º 0.56% 0.44% -
HSV(B) 334.76º 0.72% 0.69% -
XYZ 21.49 12.49 14.11 -
YUV 93.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 176 50 103 0 0.72 0.41 0.31 334.76 0.56 0.44
Hex B0 32 67 0 48 29 1F 14F 38 2C
Octal 260 62 147 0 110 51 37 517 70 54
Binary 10110000 110010 1100111 0 1001000 101001 11111 101001111 111000 101100

Color Harmonies of #B03267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03267

Black with #B03267

Text Example


Text Example

White with #B03267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03267; }

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

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

background-color css

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

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

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

border-color css

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

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

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