Html Css Color HEX #B48A9E Bouquet

📋 copy color: '#B48A9E'

red 180 ◦ green 138 ◦ blue 158

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

Shades of Bouquet #B48A9E

Tints of Bouquet #B48A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

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

R = 37.82%
G = 28.99%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B48A9E (or 0xB48A9E) is known color: Bouquet. HEX triplet: B4, 8A and 9E. RGB value is (180,138,158). Sum of RGB (Red+Green+Blue) = 180+138+158=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A9E is #4B7561. Grayscale: #989898. Windows color (decimal): -4945250 or 10390196. OLE color: 10390196.

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

Color convert

RGB 180 138 158 -
CMYK 0 0.23 0.12 0.29
HSL 331.43º 0.22% 0.62% -
HSV(B) 331.43º 0.23% 0.71% -
XYZ 34.08 30.35 36.41 -
YUV 152.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 180 138 158 0 0.23 0.12 0.29 331.43 0.22 0.62
Hex B4 8A 9E 0 17 C 1D 14B 16 3E
Octal 264 212 236 0 27 14 35 513 26 76
Binary 10110100 10001010 10011110 0 10111 1100 11101 101001011 10110 111110

Color Harmonies of #B48A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A9E

Black with #B48A9E

Text Example


Text Example

White with #B48A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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