Html Css Color HEX #B7669B Bouquet

📋 copy color: '#B7669B'

red 183 ◦ green 102 ◦ blue 155

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

Shades of Bouquet #B7669B

Tints of Bouquet #B7669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

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

R = 41.59%
G = 23.18%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7669B (or 0xB7669B) is known color: Bouquet. HEX triplet: B7, 66 and 9B. RGB value is (183,102,155). Sum of RGB (Red+Green+Blue) = 183+102+155=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7669B is #489964. Grayscale: #848484. Windows color (decimal): -4757861 or 10184375. OLE color: 10184375.

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

Color convert

RGB 183 102 155 -
CMYK 0 0.44 0.15 0.28
HSL 320.74º 0.36% 0.56% -
HSV(B) 320.74º 0.44% 0.72% -
XYZ 30.2 21.94 33.65 -
YUV 132.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 183 102 155 0 0.44 0.15 0.28 320.74 0.36 0.56
Hex B7 66 9B 0 2C F 1C 141 24 38
Octal 267 146 233 0 54 17 34 501 44 70
Binary 10110111 1100110 10011011 0 101100 1111 11100 101000001 100100 111000

Color Harmonies of #B7669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7669B

Black with #B7669B

Text Example


Text Example

White with #B7669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7669B; }

 p { color: rgb(183,102,155); }

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

background-color css

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

 a { background-color: rgb(183,102,155); }

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

border-color css

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

 span { border-color: rgb(183,102,155); }

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