Html Css Color HEX #B086A5 Bouquet

📋 copy color: '#B086A5'

red 176 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #B086A5

Tints of Bouquet #B086A5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 37.05%
G = 28.21%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B086A5 (or 0xB086A5) is known color: Bouquet. HEX triplet: B0, 86 and A5. RGB value is (176,134,165). Sum of RGB (Red+Green+Blue) = 176+134+165=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B086A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086A5 is #4F795A. Grayscale: #969696. Windows color (decimal): -5208411 or 10847920. OLE color: 10847920.

HSL color Cylindrical-coordinate representation of color #B086A5: hue angle of 315.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B086A5 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 165 -
CMYK 0 0.24 0.06 0.31
HSL 315.71º 0.21% 0.61% -
HSV(B) 315.71º 0.24% 0.69% -
XYZ 33.22 29 39.44 -
YUV 150.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 176 134 165 0 0.24 0.06 0.31 315.71 0.21 0.61
Hex B0 86 A5 0 18 6 1F 13C 15 3D
Octal 260 206 245 0 30 6 37 474 25 75
Binary 10110000 10000110 10100101 0 11000 110 11111 100111100 10101 111101

Color Harmonies of #B086A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086A5

Black with #B086A5

Text Example


Text Example

White with #B086A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086A5; }

 p { color: rgb(176,134,165); }

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

background-color css

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

 a { background-color: rgb(176,134,165); }

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

border-color css

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

 span { border-color: rgb(176,134,165); }

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