Html Css Color HEX #B7829B Bouquet

📋 copy color: '#B7829B'

red 183 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #B7829B

Tints of Bouquet #B7829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

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

R = 39.1%
G = 27.78%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7829B (or 0xB7829B) is known color: Bouquet. HEX triplet: B7, 82 and 9B. RGB value is (183,130,155). Sum of RGB (Red+Green+Blue) = 183+130+155=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829B is #487D64. Grayscale: #949494. Windows color (decimal): -4750693 or 10191543. OLE color: 10191543.

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

Color convert

RGB 183 130 155 -
CMYK 0 0.29 0.15 0.28
HSL 331.7º 0.27% 0.61% -
HSV(B) 331.7º 0.29% 0.72% -
XYZ 33.43 28.4 34.73 -
YUV 148.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 183 130 155 0 0.29 0.15 0.28 331.7 0.27 0.61
Hex B7 82 9B 0 1D F 1C 14C 1B 3D
Octal 267 202 233 0 35 17 34 514 33 75
Binary 10110111 10000010 10011011 0 11101 1111 11100 101001100 11011 111101

Color Harmonies of #B7829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7829B

Black with #B7829B

Text Example


Text Example

White with #B7829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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