Html Css Color HEX #BD77A2 Bouquet

📋 copy color: '#BD77A2'

red 189 ◦ green 119 ◦ blue 162

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

Shades of Bouquet #BD77A2

Tints of Bouquet #BD77A2

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 119 (46.88% from 255) = 25.32%

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

R = 40.21%
G = 25.32%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD77A2 (or 0xBD77A2) is known color: Bouquet. HEX triplet: BD, 77 and A2. RGB value is (189,119,162). Sum of RGB (Red+Green+Blue) = 189+119+162=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD77A2 is #42885D. Grayscale: #909090. Windows color (decimal): -4360286 or 10647485. OLE color: 10647485.

HSL color Cylindrical-coordinate representation of color #BD77A2: hue angle of 323.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77A2 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 162 -
CMYK 0 0.37 0.14 0.26
HSL 323.14º 0.35% 0.6% -
HSV(B) 323.14º 0.37% 0.74% -
XYZ 34.1 26.62 37.52 -
YUV 144.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 189 119 162 0 0.37 0.14 0.26 323.14 0.35 0.6
Hex BD 77 A2 0 25 E 1A 143 23 3C
Octal 275 167 242 0 45 16 32 503 43 74
Binary 10111101 1110111 10100010 0 100101 1110 11010 101000011 100011 111100

Color Harmonies of #BD77A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77A2

Black with #BD77A2

Text Example


Text Example

White with #BD77A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77A2; }

 p { color: rgb(189,119,162); }

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

background-color css

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

 a { background-color: rgb(189,119,162); }

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

border-color css

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

 span { border-color: rgb(189,119,162); }

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