Html Css Color HEX #B27393 Bouquet

📋 copy color: '#B27393'

red 178 ◦ green 115 ◦ blue 147

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

Shades of Bouquet #B27393

Tints of Bouquet #B27393

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 40.45%
G = 26.14%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27393 (or 0xB27393) is known color: Bouquet. HEX triplet: B2, 73 and 93. RGB value is (178,115,147). Sum of RGB (Red+Green+Blue) = 178+115+147=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27393 is #4D8C6C. Grayscale: #898989. Windows color (decimal): -5082221 or 9663410. OLE color: 9663410.

HSL color Cylindrical-coordinate representation of color #B27393: hue angle of 329.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27393 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 147 -
CMYK 0 0.35 0.17 0.30
HSL 329.52º 0.29% 0.57% -
HSV(B) 329.52º 0.35% 0.7% -
XYZ 29.76 23.83 30.64 -
YUV 137.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 178 115 147 0 0.35 0.17 0.30 329.52 0.29 0.57
Hex B2 73 93 0 23 11 1E 14A 1D 39
Octal 262 163 223 0 43 21 36 512 35 71
Binary 10110010 1110011 10010011 0 100011 10001 11110 101001010 11101 111001

Color Harmonies of #B27393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27393

Black with #B27393

Text Example


Text Example

White with #B27393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27393; }

 p { color: rgb(178,115,147); }

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

background-color css

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

 a { background-color: rgb(178,115,147); }

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

border-color css

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

 span { border-color: rgb(178,115,147); }

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