Html Css Color HEX #B290A2 Bouquet

📋 copy color: '#B290A2'

red 178 ◦ green 144 ◦ blue 162

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

Shades of Bouquet #B290A2

Tints of Bouquet #B290A2

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

 GREEN value IS 144 (56.64% from 255) = 29.75%

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 36.78%
G = 29.75%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B290A2 (or 0xB290A2) is known color: Bouquet. HEX triplet: B2, 90 and A2. RGB value is (178,144,162). Sum of RGB (Red+Green+Blue) = 178+144+162=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B290A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290A2 is #4D6F5D. Grayscale: #9C9C9C. Windows color (decimal): -5074782 or 10653874. OLE color: 10653874.

HSL color Cylindrical-coordinate representation of color #B290A2: hue angle of 328.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B290A2 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 162 -
CMYK 0 0.19 0.09 0.30
HSL 328.24º 0.18% 0.63% -
HSV(B) 328.24º 0.19% 0.7% -
XYZ 34.85 32.02 38.53 -
YUV 156.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 178 144 162 0 0.19 0.09 0.30 328.24 0.18 0.63
Hex B2 90 A2 0 13 9 1E 148 12 3F
Octal 262 220 242 0 23 11 36 510 22 77
Binary 10110010 10010000 10100010 0 10011 1001 11110 101001000 10010 111111

Color Harmonies of #B290A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290A2

Black with #B290A2

Text Example


Text Example

White with #B290A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290A2; }

 p { color: rgb(178,144,162); }

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

background-color css

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

 a { background-color: rgb(178,144,162); }

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

border-color css

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

 span { border-color: rgb(178,144,162); }

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