Html Css Color HEX #B08FA3 Bouquet

📋 copy color: '#B08FA3'

red 176 ◦ green 143 ◦ blue 163

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

Shades of Bouquet #B08FA3

Tints of Bouquet #B08FA3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 36.51%
G = 29.67%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B08FA3 (or 0xB08FA3) is known color: Bouquet. HEX triplet: B0, 8F and A3. RGB value is (176,143,163). Sum of RGB (Red+Green+Blue) = 176+143+163=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA3 is #4F705C. Grayscale: #9B9B9B. Windows color (decimal): -5206109 or 10719152. OLE color: 10719152.

HSL color Cylindrical-coordinate representation of color #B08FA3: hue angle of 323.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08FA3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 163 -
CMYK 0 0.19 0.07 0.31
HSL 323.64º 0.17% 0.63% -
HSV(B) 323.64º 0.19% 0.69% -
XYZ 34.34 31.52 38.92 -
YUV 155.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 176 143 163 0 0.19 0.07 0.31 323.64 0.17 0.63
Hex B0 8F A3 0 13 7 1F 144 11 3F
Octal 260 217 243 0 23 7 37 504 21 77
Binary 10110000 10001111 10100011 0 10011 111 11111 101000100 10001 111111

Color Harmonies of #B08FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FA3

Black with #B08FA3

Text Example


Text Example

White with #B08FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FA3; }

 p { color: rgb(176,143,163); }

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

background-color css

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

 a { background-color: rgb(176,143,163); }

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

border-color css

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

 span { border-color: rgb(176,143,163); }

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