Html Css Color HEX #B0366F Rouge

📋 copy color: '#B0366F'

red 176 ◦ green 54 ◦ blue 111

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

Shades of Rouge #B0366F

Tints of Rouge #B0366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 51.61%
G = 15.84%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0366F (or 0xB0366F) is known color: Rouge. HEX triplet: B0, 36 and 6F. RGB value is (176,54,111). Sum of RGB (Red+Green+Blue) = 176+54+111=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0366F is #4FC990. Grayscale: #606060. Windows color (decimal): -5228945 or 7288496. OLE color: 7288496.

HSL color Cylindrical-coordinate representation of color #B0366F: hue angle of 331.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0366F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 111 -
CMYK 0 0.69 0.37 0.31
HSL 331.97º 0.53% 0.45% -
HSV(B) 331.97º 0.69% 0.69% -
XYZ 22.09 13.02 16.39 -
YUV 96.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 176 54 111 0 0.69 0.37 0.31 331.97 0.53 0.45
Hex B0 36 6F 0 45 25 1F 14C 35 2D
Octal 260 66 157 0 105 45 37 514 65 55
Binary 10110000 110110 1101111 0 1000101 100101 11111 101001100 110101 101101

Color Harmonies of #B0366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0366F

Black with #B0366F

Text Example


Text Example

White with #B0366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0366F; }

 p { color: rgb(176,54,111); }

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

background-color css

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

 a { background-color: rgb(176,54,111); }

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

border-color css

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

 span { border-color: rgb(176,54,111); }

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