Html Css Color HEX #B27595 Bouquet

📋 copy color: '#B27595'

red 178 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #B27595

Tints of Bouquet #B27595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 40.09%
G = 26.35%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B27595 (or 0xB27595) is known color: Bouquet. HEX triplet: B2, 75 and 95. RGB value is (178,117,149). Sum of RGB (Red+Green+Blue) = 178+117+149=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27595 is #4D8A6A. Grayscale: #8A8A8A. Windows color (decimal): -5081707 or 9794994. OLE color: 9794994.

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

Color convert

RGB 178 117 149 -
CMYK 0 0.34 0.16 0.30
HSL 328.52º 0.28% 0.58% -
HSV(B) 328.52º 0.34% 0.7% -
XYZ 30.15 24.36 31.55 -
YUV 138.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 178 117 149 0 0.34 0.16 0.30 328.52 0.28 0.58
Hex B2 75 95 0 22 10 1E 149 1C 3A
Octal 262 165 225 0 42 20 36 511 34 72
Binary 10110010 1110101 10010101 0 100010 10000 11110 101001001 11100 111010

Color Harmonies of #B27595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27595

Black with #B27595

Text Example


Text Example

White with #B27595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27595; }

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

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

background-color css

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

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

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

border-color css

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

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

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