Html Css Color HEX #B27494 Bouquet

📋 copy color: '#B27494'

red 178 ◦ green 116 ◦ blue 148

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

Shades of Bouquet #B27494

Tints of Bouquet #B27494

RGB

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

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

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

R = 40.27%
G = 26.24%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27494 (or 0xB27494) is known color: Bouquet. HEX triplet: B2, 74 and 94. RGB value is (178,116,148). Sum of RGB (Red+Green+Blue) = 178+116+148=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B27494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27494 is #4D8B6B. Grayscale: #8A8A8A. Windows color (decimal): -5081964 or 9729202. OLE color: 9729202.

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

Color convert

RGB 178 116 148 -
CMYK 0 0.35 0.17 0.30
HSL 329.03º 0.29% 0.58% -
HSV(B) 329.03º 0.35% 0.7% -
XYZ 29.95 24.09 31.09 -
YUV 138.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 178 116 148 0 0.35 0.17 0.30 329.03 0.29 0.58
Hex B2 74 94 0 23 11 1E 149 1D 3A
Octal 262 164 224 0 43 21 36 511 35 72
Binary 10110010 1110100 10010100 0 100011 10001 11110 101001001 11101 111010

Color Harmonies of #B27494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27494

Black with #B27494

Text Example


Text Example

White with #B27494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27494; }

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

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

background-color css

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

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

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

border-color css

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

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

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