Html Css Color HEX #B46797 Bouquet

📋 copy color: '#B46797'

red 180 ◦ green 103 ◦ blue 151

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

Shades of Bouquet #B46797

Tints of Bouquet #B46797

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

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

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 41.47%
G = 23.73%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46797 (or 0xB46797) is known color: Bouquet. HEX triplet: B4, 67 and 97. RGB value is (180,103,151). Sum of RGB (Red+Green+Blue) = 180+103+151=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46797 is #4B9868. Grayscale: #838383. Windows color (decimal): -4954217 or 9922484. OLE color: 9922484.

HSL color Cylindrical-coordinate representation of color #B46797: hue angle of 322.6º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46797 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 151 -
CMYK 0 0.43 0.16 0.29
HSL 322.6º 0.34% 0.55% -
HSV(B) 322.6º 0.43% 0.71% -
XYZ 29.26 21.64 31.91 -
YUV 131.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 180 103 151 0 0.43 0.16 0.29 322.6 0.34 0.55
Hex B4 67 97 0 2B 10 1D 143 22 37
Octal 264 147 227 0 53 20 35 503 42 67
Binary 10110100 1100111 10010111 0 101011 10000 11101 101000011 100010 110111

Color Harmonies of #B46797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46797

Black with #B46797

Text Example


Text Example

White with #B46797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46797; }

 p { color: rgb(180,103,151); }

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

background-color css

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

 a { background-color: rgb(180,103,151); }

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

border-color css

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

 span { border-color: rgb(180,103,151); }

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