Html Css Color HEX #B6869B Bouquet

📋 copy color: '#B6869B'

red 182 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #B6869B

Tints of Bouquet #B6869B

RGB

 RED value IS 182 (71.48% from 255) = 38.64%

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 38.64%
G = 28.45%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6869B (or 0xB6869B) is known color: Bouquet. HEX triplet: B6, 86 and 9B. RGB value is (182,134,155). Sum of RGB (Red+Green+Blue) = 182+134+155=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6869B is #497964. Grayscale: #969696. Windows color (decimal): -4815205 or 10192566. OLE color: 10192566.

HSL color Cylindrical-coordinate representation of color #B6869B: hue angle of 333.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6869B is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 155 -
CMYK 0 0.26 0.15 0.29
HSL 333.75º 0.25% 0.62% -
HSV(B) 333.75º 0.26% 0.71% -
XYZ 33.73 29.36 34.9 -
YUV 150.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 182 134 155 0 0.26 0.15 0.29 333.75 0.25 0.62
Hex B6 86 9B 0 1A F 1D 14E 19 3E
Octal 266 206 233 0 32 17 35 516 31 76
Binary 10110110 10000110 10011011 0 11010 1111 11101 101001110 11001 111110

Color Harmonies of #B6869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6869B

Black with #B6869B

Text Example


Text Example

White with #B6869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6869B; }

 p { color: rgb(182,134,155); }

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

background-color css

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

 a { background-color: rgb(182,134,155); }

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

border-color css

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

 span { border-color: rgb(182,134,155); }

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