Html Css Color HEX #B967A2 Bouquet

📋 copy color: '#B967A2'

red 185 ◦ green 103 ◦ blue 162

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

Shades of Bouquet #B967A2

Tints of Bouquet #B967A2

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

 GREEN value IS 103 (40.63% from 255) = 22.89%

 BLUE value IS 162 (63.67% from 255) = 36%

R = 41.11%
G = 22.89%
B = 36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B967A2 (or 0xB967A2) is known color: Bouquet. HEX triplet: B9, 67 and A2. RGB value is (185,103,162). Sum of RGB (Red+Green+Blue) = 185+103+162=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B967A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967A2 is #46985D. Grayscale: #868686. Windows color (decimal): -4626526 or 10643385. OLE color: 10643385.

HSL color Cylindrical-coordinate representation of color #B967A2: hue angle of 316.83º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967A2 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 162 -
CMYK 0 0.44 0.12 0.27
HSL 316.83º 0.37% 0.56% -
HSV(B) 316.83º 0.44% 0.73% -
XYZ 31.38 22.62 36.9 -
YUV 134.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 185 103 162 0 0.44 0.12 0.27 316.83 0.37 0.56
Hex B9 67 A2 0 2C C 1B 13D 25 38
Octal 271 147 242 0 54 14 33 475 45 70
Binary 10111001 1100111 10100010 0 101100 1100 11011 100111101 100101 111000

Color Harmonies of #B967A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967A2

Black with #B967A2

Text Example


Text Example

White with #B967A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967A2; }

 p { color: rgb(185,103,162); }

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

background-color css

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

 a { background-color: rgb(185,103,162); }

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

border-color css

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

 span { border-color: rgb(185,103,162); }

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