Html Css Color HEX #B06B9D Bouquet

📋 copy color: '#B06B9D'

red 176 ◦ green 107 ◦ blue 157

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

Shades of Bouquet #B06B9D

Tints of Bouquet #B06B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 40%
G = 24.32%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B06B9D (or 0xB06B9D) is known color: Bouquet. HEX triplet: B0, 6B and 9D. RGB value is (176,107,157). Sum of RGB (Red+Green+Blue) = 176+107+157=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B9D is #4F9462. Grayscale: #858585. Windows color (decimal): -5215331 or 10316720. OLE color: 10316720.

HSL color Cylindrical-coordinate representation of color #B06B9D: hue angle of 316.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B9D is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 107 157 -
CMYK 0 0.39 0.11 0.31
HSL 316.52º 0.3% 0.55% -
HSV(B) 316.52º 0.39% 0.69% -
XYZ 29.25 22.18 34.64 -
YUV 133.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 176 107 157 0 0.39 0.11 0.31 316.52 0.3 0.55
Hex B0 6B 9D 0 27 B 1F 13D 1E 37
Octal 260 153 235 0 47 13 37 475 36 67
Binary 10110000 1101011 10011101 0 100111 1011 11111 100111101 11110 110111

Color Harmonies of #B06B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B9D

Black with #B06B9D

Text Example


Text Example

White with #B06B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B9D; }

 p { color: rgb(176,107,157); }

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

background-color css

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

 a { background-color: rgb(176,107,157); }

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

border-color css

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

 span { border-color: rgb(176,107,157); }

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