Html Css Color HEX #B36C9B Bouquet

📋 copy color: '#B36C9B'

red 179 ◦ green 108 ◦ blue 155

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

Shades of Bouquet #B36C9B

Tints of Bouquet #B36C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 40.5%
G = 24.43%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B36C9B (or 0xB36C9B) is known color: Bouquet. HEX triplet: B3, 6C and 9B. RGB value is (179,108,155). Sum of RGB (Red+Green+Blue) = 179+108+155=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C9B is #4C9364. Grayscale: #868686. Windows color (decimal): -5018469 or 10185907. OLE color: 10185907.

HSL color Cylindrical-coordinate representation of color #B36C9B: hue angle of 320.28º 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 #B36C9B is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 155 -
CMYK 0 0.40 0.13 0.30
HSL 320.28º 0.32% 0.56% -
HSV(B) 320.28º 0.4% 0.7% -
XYZ 29.87 22.68 33.81 -
YUV 134.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 179 108 155 0 0.40 0.13 0.30 320.28 0.32 0.56
Hex B3 6C 9B 0 28 D 1E 140 20 38
Octal 263 154 233 0 50 15 36 500 40 70
Binary 10110011 1101100 10011011 0 101000 1101 11110 101000000 100000 111000

Color Harmonies of #B36C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C9B

Black with #B36C9B

Text Example


Text Example

White with #B36C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C9B; }

 p { color: rgb(179,108,155); }

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

background-color css

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

 a { background-color: rgb(179,108,155); }

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

border-color css

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

 span { border-color: rgb(179,108,155); }

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