Html Css Color HEX #B27896 Bouquet

📋 copy color: '#B27896'

red 178 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #B27896

Tints of Bouquet #B27896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 39.73%
G = 26.79%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B27896 (or 0xB27896) is known color: Bouquet. HEX triplet: B2, 78 and 96. RGB value is (178,120,150). Sum of RGB (Red+Green+Blue) = 178+120+150=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B27896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27896 is #4D8769. Grayscale: #8C8C8C. Windows color (decimal): -5080938 or 9861298. OLE color: 9861298.

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

Color convert

RGB 178 120 150 -
CMYK 0 0.33 0.16 0.30
HSL 328.97º 0.27% 0.58% -
HSV(B) 328.97º 0.33% 0.7% -
XYZ 30.58 25.1 32.09 -
YUV 140.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 178 120 150 0 0.33 0.16 0.30 328.97 0.27 0.58
Hex B2 78 96 0 21 10 1E 149 1B 3A
Octal 262 170 226 0 41 20 36 511 33 72
Binary 10110010 1111000 10010110 0 100001 10000 11110 101001001 11011 111010

Color Harmonies of #B27896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27896

Black with #B27896

Text Example


Text Example

White with #B27896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27896; }

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

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

background-color css

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

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

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

border-color css

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

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

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