Html Css Color HEX #B27496 Bouquet

📋 copy color: '#B27496'

red 178 ◦ green 116 ◦ blue 150

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

Shades of Bouquet #B27496

Tints of Bouquet #B27496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 40.09%
G = 26.13%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B27496 (or 0xB27496) is known color: Bouquet. HEX triplet: B2, 74 and 96. RGB value is (178,116,150). Sum of RGB (Red+Green+Blue) = 178+116+150=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27496 is #4D8B69. Grayscale: #8A8A8A. Windows color (decimal): -5081962 or 9860274. OLE color: 9860274.

HSL color Cylindrical-coordinate representation of color #B27496: hue angle of 327.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27496 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 150 -
CMYK 0 0.35 0.16 0.30
HSL 327.1º 0.29% 0.58% -
HSV(B) 327.1º 0.35% 0.7% -
XYZ 30.11 24.16 31.93 -
YUV 138.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 178 116 150 0 0.35 0.16 0.30 327.1 0.29 0.58
Hex B2 74 96 0 23 10 1E 147 1D 3A
Octal 262 164 226 0 43 20 36 507 35 72
Binary 10110010 1110100 10010110 0 100011 10000 11110 101000111 11101 111010

Color Harmonies of #B27496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27496

Black with #B27496

Text Example


Text Example

White with #B27496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27496; }

 p { color: rgb(178,116,150); }

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

background-color css

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

 a { background-color: rgb(178,116,150); }

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

border-color css

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

 span { border-color: rgb(178,116,150); }

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