Html Css Color HEX #B0769B Bouquet

📋 copy color: '#B0769B'

red 176 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #B0769B

Tints of Bouquet #B0769B

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 39.2%
G = 26.28%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0769B (or 0xB0769B) is known color: Bouquet. HEX triplet: B0, 76 and 9B. RGB value is (176,118,155). Sum of RGB (Red+Green+Blue) = 176+118+155=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0769B is #4F8964. Grayscale: #8B8B8B. Windows color (decimal): -5212517 or 10188464. OLE color: 10188464.

HSL color Cylindrical-coordinate representation of color #B0769B: hue angle of 321.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0769B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 155 -
CMYK 0 0.33 0.12 0.31
HSL 321.72º 0.27% 0.58% -
HSV(B) 321.72º 0.33% 0.69% -
XYZ 30.3 24.55 34.15 -
YUV 139.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 176 118 155 0 0.33 0.12 0.31 321.72 0.27 0.58
Hex B0 76 9B 0 21 C 1F 142 1B 3A
Octal 260 166 233 0 41 14 37 502 33 72
Binary 10110000 1110110 10011011 0 100001 1100 11111 101000010 11011 111010

Color Harmonies of #B0769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0769B

Black with #B0769B

Text Example


Text Example

White with #B0769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0769B; }

 p { color: rgb(176,118,155); }

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

background-color css

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

 a { background-color: rgb(176,118,155); }

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

border-color css

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

 span { border-color: rgb(176,118,155); }

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