Html Css Color HEX #B48599 Bouquet

📋 copy color: '#B48599'

red 180 ◦ green 133 ◦ blue 153

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

Shades of Bouquet #B48599

Tints of Bouquet #B48599

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 38.63%
G = 28.54%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B48599 (or 0xB48599) is known color: Bouquet. HEX triplet: B4, 85 and 99. RGB value is (180,133,153). Sum of RGB (Red+Green+Blue) = 180+133+153=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48599 is #4B7A66. Grayscale: #959595. Windows color (decimal): -4946535 or 10061236. OLE color: 10061236.

HSL color Cylindrical-coordinate representation of color #B48599: hue angle of 334.47º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48599 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 153 -
CMYK 0 0.26 0.15 0.29
HSL 334.47º 0.24% 0.61% -
HSV(B) 334.47º 0.26% 0.71% -
XYZ 32.96 28.78 33.95 -
YUV 149.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 180 133 153 0 0.26 0.15 0.29 334.47 0.24 0.61
Hex B4 85 99 0 1A F 1D 14E 18 3D
Octal 264 205 231 0 32 17 35 516 30 75
Binary 10110100 10000101 10011001 0 11010 1111 11101 101001110 11000 111101

Color Harmonies of #B48599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48599

Black with #B48599

Text Example


Text Example

White with #B48599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48599; }

 p { color: rgb(180,133,153); }

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

background-color css

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

 a { background-color: rgb(180,133,153); }

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

border-color css

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

 span { border-color: rgb(180,133,153); }

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