Html Css Color HEX #B38498 Bouquet

📋 copy color: '#B38498'

red 179 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #B38498

Tints of Bouquet #B38498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 38.66%
G = 28.51%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B38498 (or 0xB38498) is known color: Bouquet. HEX triplet: B3, 84 and 98. RGB value is (179,132,152). Sum of RGB (Red+Green+Blue) = 179+132+152=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B38498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38498 is #4C7B67. Grayscale: #949494. Windows color (decimal): -5012328 or 9995443. OLE color: 9995443.

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

Color convert

RGB 179 132 152 -
CMYK 0 0.26 0.15 0.30
HSL 334.47º 0.24% 0.61% -
HSV(B) 334.47º 0.26% 0.7% -
XYZ 32.51 28.35 33.47 -
YUV 148.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 179 132 152 0 0.26 0.15 0.30 334.47 0.24 0.61
Hex B3 84 98 0 1A F 1E 14E 18 3D
Octal 263 204 230 0 32 17 36 516 30 75
Binary 10110011 10000100 10011000 0 11010 1111 11110 101001110 11000 111101

Color Harmonies of #B38498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38498

Black with #B38498

Text Example


Text Example

White with #B38498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38498; }

 p { color: rgb(179,132,152); }

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

background-color css

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

 a { background-color: rgb(179,132,152); }

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

border-color css

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

 span { border-color: rgb(179,132,152); }

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