Html Css Color HEX #B27594 Bouquet

📋 copy color: '#B27594'

red 178 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #B27594

Tints of Bouquet #B27594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 40.18%
G = 26.41%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27594 (or 0xB27594) is known color: Bouquet. HEX triplet: B2, 75 and 94. RGB value is (178,117,148). Sum of RGB (Red+Green+Blue) = 178+117+148=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27594 is #4D8A6B. Grayscale: #8A8A8A. Windows color (decimal): -5081708 or 9729458. OLE color: 9729458.

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

Color convert

RGB 178 117 148 -
CMYK 0 0.34 0.17 0.30
HSL 329.51º 0.28% 0.58% -
HSV(B) 329.51º 0.34% 0.7% -
XYZ 30.07 24.33 31.13 -
YUV 138.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 178 117 148 0 0.34 0.17 0.30 329.51 0.28 0.58
Hex B2 75 94 0 22 11 1E 14A 1C 3A
Octal 262 165 224 0 42 21 36 512 34 72
Binary 10110010 1110101 10010100 0 100010 10001 11110 101001010 11100 111010

Color Harmonies of #B27594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27594

Black with #B27594

Text Example


Text Example

White with #B27594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27594; }

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

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

background-color css

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

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

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

border-color css

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

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

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