Html Css Color HEX #B37BA5 Bouquet

📋 copy color: '#B37BA5'

red 179 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #B37BA5

Tints of Bouquet #B37BA5

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 38.33%
G = 26.34%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B37BA5 (or 0xB37BA5) is known color: Bouquet. HEX triplet: B3, 7B and A5. RGB value is (179,123,165). Sum of RGB (Red+Green+Blue) = 179+123+165=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA5 is #4C845A. Grayscale: #909090. Windows color (decimal): -5014619 or 10845107. OLE color: 10845107.

HSL color Cylindrical-coordinate representation of color #B37BA5: hue angle of 315º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37BA5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 123 165 -
CMYK 0 0.31 0.08 0.30
HSL 315º 0.27% 0.59% -
HSV(B) 315º 0.31% 0.7% -
XYZ 32.46 26.47 38.99 -
YUV 144.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 179 123 165 0 0.31 0.08 0.30 315 0.27 0.59
Hex B3 7B A5 0 1F 8 1E 13B 1B 3B
Octal 263 173 245 0 37 10 36 473 33 73
Binary 10110011 1111011 10100101 0 11111 1000 11110 100111011 11011 111011

Color Harmonies of #B37BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BA5

Black with #B37BA5

Text Example


Text Example

White with #B37BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BA5; }

 p { color: rgb(179,123,165); }

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

background-color css

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

 a { background-color: rgb(179,123,165); }

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

border-color css

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

 span { border-color: rgb(179,123,165); }

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