Html Css Color HEX #B27694 Bouquet

📋 copy color: '#B27694'

red 178 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #B27694

Tints of Bouquet #B27694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 40.09%
G = 26.58%
B = 33.33%

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

#B27694 (or 0xB27694) is known color: Bouquet. HEX triplet: B2, 76 and 94. RGB value is (178,118,148). Sum of RGB (Red+Green+Blue) = 178+118+148=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27694 is #4D896B. Grayscale: #8B8B8B. Windows color (decimal): -5081452 or 9729714. OLE color: 9729714.

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

Color convert

RGB 178 118 148 -
CMYK 0 0.34 0.17 0.30
HSL 330º 0.28% 0.58% -
HSV(B) 330º 0.34% 0.7% -
XYZ 30.18 24.56 31.17 -
YUV 139.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 178 118 148 0 0.34 0.17 0.30 330 0.28 0.58
Hex B2 76 94 0 22 11 1E 14A 1C 3A
Octal 262 166 224 0 42 21 36 512 34 72
Binary 10110010 1110110 10010100 0 100010 10001 11110 101001010 11100 111010

Color Harmonies of #B27694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27694

Black with #B27694

Text Example


Text Example

White with #B27694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27694; }

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

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

background-color css

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

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

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

border-color css

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

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

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