Html Css Color HEX #B27296 Bouquet

📋 copy color: '#B27296'

red 178 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #B27296

Tints of Bouquet #B27296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

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

R = 40.27%
G = 25.79%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B27296 (or 0xB27296) is known color: Bouquet. HEX triplet: B2, 72 and 96. RGB value is (178,114,150). Sum of RGB (Red+Green+Blue) = 178+114+150=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B27296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27296 is #4D8D69. Grayscale: #898989. Windows color (decimal): -5082474 or 9859762. OLE color: 9859762.

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

Color convert

RGB 178 114 150 -
CMYK 0 0.36 0.16 0.30
HSL 326.25º 0.29% 0.57% -
HSV(B) 326.25º 0.36% 0.7% -
XYZ 29.88 23.7 31.85 -
YUV 137.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 178 114 150 0 0.36 0.16 0.30 326.25 0.29 0.57
Hex B2 72 96 0 24 10 1E 146 1D 39
Octal 262 162 226 0 44 20 36 506 35 71
Binary 10110010 1110010 10010110 0 100100 10000 11110 101000110 11101 111001

Color Harmonies of #B27296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27296

Black with #B27296

Text Example


Text Example

White with #B27296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27296; }

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

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

background-color css

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

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

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

border-color css

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

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

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