Html Css Color HEX #B08299 Bouquet

📋 copy color: '#B08299'

red 176 ◦ green 130 ◦ blue 153

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

Shades of Bouquet #B08299

Tints of Bouquet #B08299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 38.34%
G = 28.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B08299 (or 0xB08299) is known color: Bouquet. HEX triplet: B0, 82 and 99. RGB value is (176,130,153). Sum of RGB (Red+Green+Blue) = 176+130+153=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08299 is #4F7D66. Grayscale: #929292. Windows color (decimal): -5209447 or 10060464. OLE color: 10060464.

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

Color convert

RGB 176 130 153 -
CMYK 0 0.26 0.13 0.31
HSL 330º 0.23% 0.6% -
HSV(B) 330º 0.26% 0.69% -
XYZ 31.64 27.5 33.78 -
YUV 146.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 176 130 153 0 0.26 0.13 0.31 330 0.23 0.6
Hex B0 82 99 0 1A D 1F 14A 17 3C
Octal 260 202 231 0 32 15 37 512 27 74
Binary 10110000 10000010 10011001 0 11010 1101 11111 101001010 10111 111100

Color Harmonies of #B08299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08299

Black with #B08299

Text Example


Text Example

White with #B08299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08299; }

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

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

background-color css

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

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

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

border-color css

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

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

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