Html Css Color HEX #B27794 Bouquet

📋 copy color: '#B27794'

red 178 ◦ green 119 ◦ blue 148

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

Shades of Bouquet #B27794

Tints of Bouquet #B27794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

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

R = 40%
G = 26.74%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27794 (or 0xB27794) is known color: Bouquet. HEX triplet: B2, 77 and 94. RGB value is (178,119,148). Sum of RGB (Red+Green+Blue) = 178+119+148=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27794 is #4D886B. Grayscale: #8B8B8B. Windows color (decimal): -5081196 or 9729970. OLE color: 9729970.

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

Color convert

RGB 178 119 148 -
CMYK 0 0.33 0.17 0.30
HSL 330.51º 0.28% 0.58% -
HSV(B) 330.51º 0.33% 0.7% -
XYZ 30.3 24.8 31.21 -
YUV 139.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 178 119 148 0 0.33 0.17 0.30 330.51 0.28 0.58
Hex B2 77 94 0 21 11 1E 14B 1C 3A
Octal 262 167 224 0 41 21 36 513 34 72
Binary 10110010 1110111 10010100 0 100001 10001 11110 101001011 11100 111010

Color Harmonies of #B27794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27794

Black with #B27794

Text Example


Text Example

White with #B27794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27794; }

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

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

background-color css

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

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

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

border-color css

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

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

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