Html Css Color HEX #B8699A Bouquet

📋 copy color: '#B8699A'

red 184 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #B8699A

Tints of Bouquet #B8699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 41.53%
G = 23.7%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8699A (or 0xB8699A) is known color: Bouquet. HEX triplet: B8, 69 and 9A. RGB value is (184,105,154). Sum of RGB (Red+Green+Blue) = 184+105+154=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699A is #479665. Grayscale: #868686. Windows color (decimal): -4691558 or 10119608. OLE color: 10119608.

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

Color convert

RGB 184 105 154 -
CMYK 0 0.43 0.16 0.28
HSL 322.78º 0.36% 0.57% -
HSV(B) 322.78º 0.43% 0.72% -
XYZ 30.65 22.63 33.32 -
YUV 134.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 184 105 154 0 0.43 0.16 0.28 322.78 0.36 0.57
Hex B8 69 9A 0 2B 10 1C 143 24 39
Octal 270 151 232 0 53 20 34 503 44 71
Binary 10111000 1101001 10011010 0 101011 10000 11100 101000011 100100 111001

Color Harmonies of #B8699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8699A

Black with #B8699A

Text Example


Text Example

White with #B8699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8699A; }

 p { color: rgb(184,105,154); }

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

background-color css

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

 a { background-color: rgb(184,105,154); }

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

border-color css

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

 span { border-color: rgb(184,105,154); }

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