Html Css Color HEX #B46796 Bouquet

📋 copy color: '#B46796'

red 180 ◦ green 103 ◦ blue 150

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

Shades of Bouquet #B46796

Tints of Bouquet #B46796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 41.57%
G = 23.79%
B = 34.64%

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

#B46796 (or 0xB46796) is known color: Bouquet. HEX triplet: B4, 67 and 96. RGB value is (180,103,150). Sum of RGB (Red+Green+Blue) = 180+103+150=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46796 is #4B9869. Grayscale: #838383. Windows color (decimal): -4954218 or 9856948. OLE color: 9856948.

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

Color convert

RGB 180 103 150 -
CMYK 0 0.43 0.17 0.29
HSL 323.38º 0.34% 0.55% -
HSV(B) 323.38º 0.43% 0.71% -
XYZ 29.18 21.61 31.49 -
YUV 131.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 180 103 150 0 0.43 0.17 0.29 323.38 0.34 0.55
Hex B4 67 96 0 2B 11 1D 143 22 37
Octal 264 147 226 0 53 21 35 503 42 67
Binary 10110100 1100111 10010110 0 101011 10001 11101 101000011 100010 110111

Color Harmonies of #B46796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46796

Black with #B46796

Text Example


Text Example

White with #B46796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46796; }

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

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

background-color css

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

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

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

border-color css

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

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

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