Html Css Color HEX #B38BA4 Bouquet

📋 copy color: '#B38BA4'

red 179 ◦ green 139 ◦ blue 164

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

Shades of Bouquet #B38BA4

Tints of Bouquet #B38BA4

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

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

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

R = 37.14%
G = 28.84%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B38BA4 (or 0xB38BA4) is known color: Bouquet. HEX triplet: B3, 8B and A4. RGB value is (179,139,164). Sum of RGB (Red+Green+Blue) = 179+139+164=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA4 is #4C745B. Grayscale: #999999. Windows color (decimal): -5010524 or 10783667. OLE color: 10783667.

HSL color Cylindrical-coordinate representation of color #B38BA4: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BA4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 164 -
CMYK 0 0.22 0.08 0.30
HSL 322.5º 0.21% 0.62% -
HSV(B) 322.5º 0.22% 0.7% -
XYZ 34.52 30.73 39.23 -
YUV 153.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 179 139 164 0 0.22 0.08 0.30 322.5 0.21 0.62
Hex B3 8B A4 0 16 8 1E 142 15 3E
Octal 263 213 244 0 26 10 36 502 25 76
Binary 10110011 10001011 10100100 0 10110 1000 11110 101000010 10101 111110

Color Harmonies of #B38BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BA4

Black with #B38BA4

Text Example


Text Example

White with #B38BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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