Html Css Color HEX #B26993 Bouquet

📋 copy color: '#B26993'

red 178 ◦ green 105 ◦ blue 147

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

Shades of Bouquet #B26993

Tints of Bouquet #B26993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 41.4%
G = 24.42%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26993 (or 0xB26993) is known color: Bouquet. HEX triplet: B2, 69 and 93. RGB value is (178,105,147). Sum of RGB (Red+Green+Blue) = 178+105+147=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26993 is #4D966C. Grayscale: #838383. Windows color (decimal): -5084781 or 9660850. OLE color: 9660850.

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

Color convert

RGB 178 105 147 -
CMYK 0 0.41 0.17 0.30
HSL 325.48º 0.32% 0.55% -
HSV(B) 325.48º 0.41% 0.7% -
XYZ 28.68 21.67 30.28 -
YUV 131.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 178 105 147 0 0.41 0.17 0.30 325.48 0.32 0.55
Hex B2 69 93 0 29 11 1E 145 20 37
Octal 262 151 223 0 51 21 36 505 40 67
Binary 10110010 1101001 10010011 0 101001 10001 11110 101000101 100000 110111

Color Harmonies of #B26993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26993

Black with #B26993

Text Example


Text Example

White with #B26993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26993; }

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

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

background-color css

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

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

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

border-color css

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

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

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