Html Css Color HEX #B48C9E Bouquet

📋 copy color: '#B48C9E'

red 180 ◦ green 140 ◦ blue 158

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

Shades of Bouquet #B48C9E

Tints of Bouquet #B48C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 37.66%
G = 29.29%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B48C9E (or 0xB48C9E) is known color: Bouquet. HEX triplet: B4, 8C and 9E. RGB value is (180,140,158). Sum of RGB (Red+Green+Blue) = 180+140+158=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C9E is #4B7361. Grayscale: #999999. Windows color (decimal): -4944738 or 10390708. OLE color: 10390708.

HSL color Cylindrical-coordinate representation of color #B48C9E: hue angle of 333º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48C9E is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 158 -
CMYK 0 0.22 0.12 0.29
HSL 333º 0.21% 0.63% -
HSV(B) 333º 0.22% 0.71% -
XYZ 34.37 30.93 36.51 -
YUV 154.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 180 140 158 0 0.22 0.12 0.29 333 0.21 0.63
Hex B4 8C 9E 0 16 C 1D 14D 15 3F
Octal 264 214 236 0 26 14 35 515 25 77
Binary 10110100 10001100 10011110 0 10110 1100 11101 101001101 10101 111111

Color Harmonies of #B48C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C9E

Black with #B48C9E

Text Example


Text Example

White with #B48C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C9E; }

 p { color: rgb(180,140,158); }

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

background-color css

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

 a { background-color: rgb(180,140,158); }

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

border-color css

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

 span { border-color: rgb(180,140,158); }

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