Html Css Color HEX #B77296 Bouquet

📋 copy color: '#B77296'

red 183 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #B77296

Tints of Bouquet #B77296

RGB

 RED value IS 183 (71.88% from 255) = 40.94%

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 40.94%
G = 25.5%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B77296 (or 0xB77296) is known color: Bouquet. HEX triplet: B7, 72 and 96. RGB value is (183,114,150). Sum of RGB (Red+Green+Blue) = 183+114+150=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77296 is #488D69. Grayscale: #8A8A8A. Windows color (decimal): -4754794 or 9859767. OLE color: 9859767.

HSL color Cylindrical-coordinate representation of color #B77296: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77296 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 150 -
CMYK 0 0.38 0.18 0.28
HSL 328.7º 0.32% 0.58% -
HSV(B) 328.7º 0.38% 0.72% -
XYZ 31.05 24.3 31.91 -
YUV 138.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 183 114 150 0 0.38 0.18 0.28 328.7 0.32 0.58
Hex B7 72 96 0 26 12 1C 149 20 3A
Octal 267 162 226 0 46 22 34 511 40 72
Binary 10110111 1110010 10010110 0 100110 10010 11100 101001001 100000 111010

Color Harmonies of #B77296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77296

Black with #B77296

Text Example


Text Example

White with #B77296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77296; }

 p { color: rgb(183,114,150); }

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

background-color css

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

 a { background-color: rgb(183,114,150); }

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

border-color css

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

 span { border-color: rgb(183,114,150); }

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