Html Css Color HEX #B0366A Rouge

📋 copy color: '#B0366A'

red 176 ◦ green 54 ◦ blue 106

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

Shades of Rouge #B0366A

Tints of Rouge #B0366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 52.38%
G = 16.07%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0366A (or 0xB0366A) is known color: Rouge. HEX triplet: B0, 36 and 6A. RGB value is (176,54,106). Sum of RGB (Red+Green+Blue) = 176+54+106=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0366A is #4FC995. Grayscale: #606060. Windows color (decimal): -5228950 or 6960816. OLE color: 6960816.

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

Color convert

RGB 176 54 106 -
CMYK 0 0.69 0.40 0.31
HSL 334.43º 0.53% 0.45% -
HSV(B) 334.43º 0.69% 0.69% -
XYZ 21.83 12.91 14.98 -
YUV 96.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 176 54 106 0 0.69 0.40 0.31 334.43 0.53 0.45
Hex B0 36 6A 0 45 28 1F 14E 35 2D
Octal 260 66 152 0 105 50 37 516 65 55
Binary 10110000 110110 1101010 0 1000101 101000 11111 101001110 110101 101101

Color Harmonies of #B0366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0366A

Black with #B0366A

Text Example


Text Example

White with #B0366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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