Html Css Color HEX #B08999 Bouquet

📋 copy color: '#B08999'

red 176 ◦ green 137 ◦ blue 153

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

Shades of Bouquet #B08999

Tints of Bouquet #B08999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 37.77%
G = 29.4%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B08999 (or 0xB08999) is known color: Bouquet. HEX triplet: B0, 89 and 99. RGB value is (176,137,153). Sum of RGB (Red+Green+Blue) = 176+137+153=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B08999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08999 is #4F7666. Grayscale: #969696. Windows color (decimal): -5207655 or 10062256. OLE color: 10062256.

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

Color convert

RGB 176 137 153 -
CMYK 0 0.22 0.13 0.31
HSL 335.38º 0.2% 0.61% -
HSV(B) 335.38º 0.22% 0.69% -
XYZ 32.6 29.42 34.1 -
YUV 150.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 176 137 153 0 0.22 0.13 0.31 335.38 0.2 0.61
Hex B0 89 99 0 16 D 1F 14F 14 3D
Octal 260 211 231 0 26 15 37 517 24 75
Binary 10110000 10001001 10011001 0 10110 1101 11111 101001111 10100 111101

Color Harmonies of #B08999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08999

Black with #B08999

Text Example


Text Example

White with #B08999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08999; }

 p { color: rgb(176,137,153); }

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

background-color css

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

 a { background-color: rgb(176,137,153); }

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

border-color css

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

 span { border-color: rgb(176,137,153); }

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