Html Css Color HEX #B28597 Bouquet

📋 copy color: '#B28597'

red 178 ◦ green 133 ◦ blue 151

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

Shades of Bouquet #B28597

Tints of Bouquet #B28597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

 BLUE value IS 151 (59.38% from 255) = 32.68%

R = 38.53%
G = 28.79%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B28597 (or 0xB28597) is known color: Bouquet. HEX triplet: B2, 85 and 97. RGB value is (178,133,151). Sum of RGB (Red+Green+Blue) = 178+133+151=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B28597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28597 is #4D7A68. Grayscale: #949494. Windows color (decimal): -5077609 or 9930162. OLE color: 9930162.

HSL color Cylindrical-coordinate representation of color #B28597: hue angle of 336º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28597 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 151 -
CMYK 0 0.25 0.15 0.30
HSL 336º 0.23% 0.61% -
HSV(B) 336º 0.25% 0.7% -
XYZ 32.33 28.47 33.07 -
YUV 148.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 178 133 151 0 0.25 0.15 0.30 336 0.23 0.61
Hex B2 85 97 0 19 F 1E 150 17 3D
Octal 262 205 227 0 31 17 36 520 27 75
Binary 10110010 10000101 10010111 0 11001 1111 11110 101010000 10111 111101

Color Harmonies of #B28597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28597

Black with #B28597

Text Example


Text Example

White with #B28597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28597; }

 p { color: rgb(178,133,151); }

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

background-color css

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

 a { background-color: rgb(178,133,151); }

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

border-color css

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

 span { border-color: rgb(178,133,151); }

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