Html Css Color HEX #B46795 Bouquet

📋 copy color: '#B46795'

red 180 ◦ green 103 ◦ blue 149

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

Shades of Bouquet #B46795

Tints of Bouquet #B46795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 41.67%
G = 23.84%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46795 (or 0xB46795) is known color: Bouquet. HEX triplet: B4, 67 and 95. RGB value is (180,103,149). Sum of RGB (Red+Green+Blue) = 180+103+149=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46795 is #4B986A. Grayscale: #838383. Windows color (decimal): -4954219 or 9791412. OLE color: 9791412.

HSL color Cylindrical-coordinate representation of color #B46795: hue angle of 324.16º 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 #B46795 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 149 -
CMYK 0 0.43 0.17 0.29
HSL 324.16º 0.34% 0.55% -
HSV(B) 324.16º 0.43% 0.71% -
XYZ 29.1 21.57 31.06 -
YUV 131.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 180 103 149 0 0.43 0.17 0.29 324.16 0.34 0.55
Hex B4 67 95 0 2B 11 1D 144 22 37
Octal 264 147 225 0 53 21 35 504 42 67
Binary 10110100 1100111 10010101 0 101011 10001 11101 101000100 100010 110111

Color Harmonies of #B46795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46795

Black with #B46795

Text Example


Text Example

White with #B46795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46795; }

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

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

background-color css

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

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

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

border-color css

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

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

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