Html Css Color HEX #B27293 Bouquet

📋 copy color: '#B27293'

red 178 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #B27293

Tints of Bouquet #B27293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.97%

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

R = 40.55%
G = 25.97%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27293 (or 0xB27293) is known color: Bouquet. HEX triplet: B2, 72 and 93. RGB value is (178,114,147). Sum of RGB (Red+Green+Blue) = 178+114+147=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B27293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27293 is #4D8D6C. Grayscale: #888888. Windows color (decimal): -5082477 or 9663154. OLE color: 9663154.

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

Color convert

RGB 178 114 147 -
CMYK 0 0.36 0.17 0.30
HSL 329.06º 0.29% 0.57% -
HSV(B) 329.06º 0.36% 0.7% -
XYZ 29.64 23.61 30.6 -
YUV 136.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 178 114 147 0 0.36 0.17 0.30 329.06 0.29 0.57
Hex B2 72 93 0 24 11 1E 149 1D 39
Octal 262 162 223 0 44 21 36 511 35 71
Binary 10110010 1110010 10010011 0 100100 10001 11110 101001001 11101 111001

Color Harmonies of #B27293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27293

Black with #B27293

Text Example


Text Example

White with #B27293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27293; }

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

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

background-color css

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

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

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

border-color css

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

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

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