Html Css Color HEX #B48BA4 Bouquet

📋 copy color: '#B48BA4'

red 180 ◦ green 139 ◦ blue 164

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

Shades of Bouquet #B48BA4

Tints of Bouquet #B48BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.78%

 BLUE value IS 164 (64.45% from 255) = 33.95%

R = 37.27%
G = 28.78%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B48BA4 (or 0xB48BA4) is known color: Bouquet. HEX triplet: B4, 8B and A4. RGB value is (180,139,164). Sum of RGB (Red+Green+Blue) = 180+139+164=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BA4 is #4B745B. Grayscale: #9A9A9A. Windows color (decimal): -4944988 or 10783668. OLE color: 10783668.

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

Color convert

RGB 180 139 164 -
CMYK 0 0.23 0.09 0.29
HSL 323.41º 0.21% 0.63% -
HSV(B) 323.41º 0.23% 0.71% -
XYZ 34.76 30.85 39.24 -
YUV 154.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 180 139 164 0 0.23 0.09 0.29 323.41 0.21 0.63
Hex B4 8B A4 0 17 9 1D 143 15 3F
Octal 264 213 244 0 27 11 35 503 25 77
Binary 10110100 10001011 10100100 0 10111 1001 11101 101000011 10101 111111

Color Harmonies of #B48BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BA4

Black with #B48BA4

Text Example


Text Example

White with #B48BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BA4; }

 p { color: rgb(180,139,164); }

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

background-color css

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

 a { background-color: rgb(180,139,164); }

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

border-color css

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

 span { border-color: rgb(180,139,164); }

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