Html Css Color HEX #B36C9A Bouquet

📋 copy color: '#B36C9A'

red 179 ◦ green 108 ◦ blue 154

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

Shades of Bouquet #B36C9A

Tints of Bouquet #B36C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 40.59%
G = 24.49%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B36C9A (or 0xB36C9A) is known color: Bouquet. HEX triplet: B3, 6C and 9A. RGB value is (179,108,154). Sum of RGB (Red+Green+Blue) = 179+108+154=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C9A is #4C9365. Grayscale: #868686. Windows color (decimal): -5018470 or 10120371. OLE color: 10120371.

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

Color convert

RGB 179 108 154 -
CMYK 0 0.40 0.14 0.30
HSL 321.13º 0.32% 0.56% -
HSV(B) 321.13º 0.4% 0.7% -
XYZ 29.79 22.64 33.37 -
YUV 134.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 179 108 154 0 0.40 0.14 0.30 321.13 0.32 0.56
Hex B3 6C 9A 0 28 E 1E 141 20 38
Octal 263 154 232 0 50 16 36 501 40 70
Binary 10110011 1101100 10011010 0 101000 1110 11110 101000001 100000 111000

Color Harmonies of #B36C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C9A

Black with #B36C9A

Text Example


Text Example

White with #B36C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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