Html Css Color HEX #B6759A Bouquet

📋 copy color: '#B6759A'

red 182 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #B6759A

Tints of Bouquet #B6759A

RGB

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

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

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

R = 40.18%
G = 25.83%
B = 34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6759A (or 0xB6759A) is known color: Bouquet. HEX triplet: B6, 75 and 9A. RGB value is (182,117,154). Sum of RGB (Red+Green+Blue) = 182+117+154=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6759A is #498A65. Grayscale: #8C8C8C. Windows color (decimal): -4819558 or 10122678. OLE color: 10122678.

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

Color convert

RGB 182 117 154 -
CMYK 0 0.36 0.15 0.29
HSL 325.85º 0.31% 0.59% -
HSV(B) 325.85º 0.36% 0.71% -
XYZ 31.49 25 33.74 -
YUV 140.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 182 117 154 0 0.36 0.15 0.29 325.85 0.31 0.59
Hex B6 75 9A 0 24 F 1D 146 1F 3B
Octal 266 165 232 0 44 17 35 506 37 73
Binary 10110110 1110101 10011010 0 100100 1111 11101 101000110 11111 111011

Color Harmonies of #B6759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6759A

Black with #B6759A

Text Example


Text Example

White with #B6759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6759A; }

 p { color: rgb(182,117,154); }

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

background-color css

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

 a { background-color: rgb(182,117,154); }

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

border-color css

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

 span { border-color: rgb(182,117,154); }

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