Html Css Color HEX #B36B95 Bouquet

📋 copy color: '#B36B95'

red 179 ◦ green 107 ◦ blue 149

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

Shades of Bouquet #B36B95

Tints of Bouquet #B36B95

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 41.15%
G = 24.6%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B36B95 (or 0xB36B95) is known color: Bouquet. HEX triplet: B3, 6B and 95. RGB value is (179,107,149). Sum of RGB (Red+Green+Blue) = 179+107+149=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36B95 is #4C946A. Grayscale: #858585. Windows color (decimal): -5018731 or 9792435. OLE color: 9792435.

HSL color Cylindrical-coordinate representation of color #B36B95: hue angle of 325º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36B95 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 107 149 -
CMYK 0 0.40 0.17 0.30
HSL 325º 0.32% 0.56% -
HSV(B) 325º 0.4% 0.7% -
XYZ 29.27 22.27 31.19 -
YUV 133.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 179 107 149 0 0.40 0.17 0.30 325 0.32 0.56
Hex B3 6B 95 0 28 11 1E 145 20 38
Octal 263 153 225 0 50 21 36 505 40 70
Binary 10110011 1101011 10010101 0 101000 10001 11110 101000101 100000 111000

Color Harmonies of #B36B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36B95

Black with #B36B95

Text Example


Text Example

White with #B36B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36B95; }

 p { color: rgb(179,107,149); }

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

background-color css

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

 a { background-color: rgb(179,107,149); }

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

border-color css

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

 span { border-color: rgb(179,107,149); }

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