Html Css Color HEX #B26795 Bouquet

📋 copy color: '#B26795'

red 178 ◦ green 103 ◦ blue 149

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

Shades of Bouquet #B26795

Tints of Bouquet #B26795

RGB

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

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

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

R = 41.4%
G = 23.95%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B26795 (or 0xB26795) is known color: Bouquet. HEX triplet: B2, 67 and 95. RGB value is (178,103,149). Sum of RGB (Red+Green+Blue) = 178+103+149=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26795 is #4D986A. Grayscale: #828282. Windows color (decimal): -5085291 or 9791410. OLE color: 9791410.

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

Color convert

RGB 178 103 149 -
CMYK 0 0.42 0.16 0.30
HSL 323.2º 0.33% 0.55% -
HSV(B) 323.2º 0.42% 0.7% -
XYZ 28.64 21.34 31.04 -
YUV 130.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 178 103 149 0 0.42 0.16 0.30 323.2 0.33 0.55
Hex B2 67 95 0 2A 10 1E 143 21 37
Octal 262 147 225 0 52 20 36 503 41 67
Binary 10110010 1100111 10010101 0 101010 10000 11110 101000011 100001 110111

Color Harmonies of #B26795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26795

Black with #B26795

Text Example


Text Example

White with #B26795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26795; }

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

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

background-color css

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

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

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

border-color css

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

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

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