Html Css Color HEX #B27294 Bouquet

📋 copy color: '#B27294'

red 178 ◦ green 114 ◦ blue 148

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

Shades of Bouquet #B27294

Tints of Bouquet #B27294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 40.45%
G = 25.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27294 (or 0xB27294) is known color: Bouquet. HEX triplet: B2, 72 and 94. RGB value is (178,114,148). Sum of RGB (Red+Green+Blue) = 178+114+148=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27294 is #4D8D6B. Grayscale: #888888. Windows color (decimal): -5082476 or 9728690. OLE color: 9728690.

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

Color convert

RGB 178 114 148 -
CMYK 0 0.36 0.17 0.30
HSL 328.13º 0.29% 0.57% -
HSV(B) 328.13º 0.36% 0.7% -
XYZ 29.72 23.64 31.01 -
YUV 137.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 178 114 148 0 0.36 0.17 0.30 328.13 0.29 0.57
Hex B2 72 94 0 24 11 1E 148 1D 39
Octal 262 162 224 0 44 21 36 510 35 71
Binary 10110010 1110010 10010100 0 100100 10001 11110 101001000 11101 111001

Color Harmonies of #B27294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27294

Black with #B27294

Text Example


Text Example

White with #B27294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27294; }

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

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

background-color css

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

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

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

border-color css

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

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

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