Html Css Color HEX #B27495 Bouquet

📋 copy color: '#B27495'

red 178 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #B27495

Tints of Bouquet #B27495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.63%

R = 40.18%
G = 26.19%
B = 33.63%

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

#B27495 (or 0xB27495) is known color: Bouquet. HEX triplet: B2, 74 and 95. RGB value is (178,116,149). Sum of RGB (Red+Green+Blue) = 178+116+149=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27495 is #4D8B6A. Grayscale: #8A8A8A. Windows color (decimal): -5081963 or 9794738. OLE color: 9794738.

HSL color Cylindrical-coordinate representation of color #B27495: hue angle of 328.06º 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 #B27495 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 149 -
CMYK 0 0.35 0.16 0.30
HSL 328.06º 0.29% 0.58% -
HSV(B) 328.06º 0.35% 0.7% -
XYZ 30.03 24.13 31.51 -
YUV 138.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 178 116 149 0 0.35 0.16 0.30 328.06 0.29 0.58
Hex B2 74 95 0 23 10 1E 148 1D 3A
Octal 262 164 225 0 43 20 36 510 35 72
Binary 10110010 1110100 10010101 0 100011 10000 11110 101001000 11101 111010

Color Harmonies of #B27495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27495

Black with #B27495

Text Example


Text Example

White with #B27495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27495; }

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

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

background-color css

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

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

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

border-color css

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

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

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