Html Css Color HEX #B8769B Bouquet

📋 copy color: '#B8769B'

red 184 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #B8769B

Tints of Bouquet #B8769B

RGB

 RED value IS 184 (72.27% from 255) = 40.26%

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 40.26%
G = 25.82%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8769B (or 0xB8769B) is known color: Bouquet. HEX triplet: B8, 76 and 9B. RGB value is (184,118,155). Sum of RGB (Red+Green+Blue) = 184+118+155=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8769B is #478964. Grayscale: #8D8D8D. Windows color (decimal): -4688229 or 10188472. OLE color: 10188472.

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

Color convert

RGB 184 118 155 -
CMYK 0 0.36 0.16 0.28
HSL 326.36º 0.32% 0.59% -
HSV(B) 326.36º 0.36% 0.72% -
XYZ 32.16 25.51 34.24 -
YUV 141.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 184 118 155 0 0.36 0.16 0.28 326.36 0.32 0.59
Hex B8 76 9B 0 24 10 1C 146 20 3B
Octal 270 166 233 0 44 20 34 506 40 73
Binary 10111000 1110110 10011011 0 100100 10000 11100 101000110 100000 111011

Color Harmonies of #B8769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8769B

Black with #B8769B

Text Example


Text Example

White with #B8769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8769B; }

 p { color: rgb(184,118,155); }

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

background-color css

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

 a { background-color: rgb(184,118,155); }

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

border-color css

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

 span { border-color: rgb(184,118,155); }

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