Html Css Color HEX #B58CA4 Bouquet

📋 copy color: '#B58CA4'

red 181 ◦ green 140 ◦ blue 164

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

Shades of Bouquet #B58CA4

Tints of Bouquet #B58CA4

RGB

 RED value IS 181 (71.09% from 255) = 37.32%

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 37.32%
G = 28.87%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B58CA4 (or 0xB58CA4) is known color: Bouquet. HEX triplet: B5, 8C and A4. RGB value is (181,140,164). Sum of RGB (Red+Green+Blue) = 181+140+164=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CA4 is #4A735B. Grayscale: #9A9A9A. Windows color (decimal): -4879196 or 10783925. OLE color: 10783925.

HSL color Cylindrical-coordinate representation of color #B58CA4: hue angle of 324.88º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CA4 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 164 -
CMYK 0 0.23 0.09 0.29
HSL 324.88º 0.22% 0.63% -
HSV(B) 324.88º 0.23% 0.71% -
XYZ 35.13 31.26 39.3 -
YUV 155 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 181 140 164 0 0.23 0.09 0.29 324.88 0.22 0.63
Hex B5 8C A4 0 17 9 1D 145 16 3F
Octal 265 214 244 0 27 11 35 505 26 77
Binary 10110101 10001100 10100100 0 10111 1001 11101 101000101 10110 111111

Color Harmonies of #B58CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CA4

Black with #B58CA4

Text Example


Text Example

White with #B58CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CA4; }

 p { color: rgb(181,140,164); }

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

background-color css

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

 a { background-color: rgb(181,140,164); }

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

border-color css

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

 span { border-color: rgb(181,140,164); }

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