Html Css Color HEX #B8709B Bouquet

📋 copy color: '#B8709B'

red 184 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #B8709B

Tints of Bouquet #B8709B

RGB

 RED value IS 184 (72.27% from 255) = 40.8%

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 155 (60.94% from 255) = 34.37%

R = 40.8%
G = 24.83%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8709B (or 0xB8709B) is known color: Bouquet. HEX triplet: B8, 70 and 9B. RGB value is (184,112,155). Sum of RGB (Red+Green+Blue) = 184+112+155=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8709B is #478F64. Grayscale: #8A8A8A. Windows color (decimal): -4689765 or 10186936. OLE color: 10186936.

HSL color Cylindrical-coordinate representation of color #B8709B: hue angle of 324.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8709B is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 155 -
CMYK 0 0.39 0.16 0.28
HSL 324.17º 0.34% 0.58% -
HSV(B) 324.17º 0.39% 0.72% -
XYZ 31.48 24.15 34.01 -
YUV 138.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 184 112 155 0 0.39 0.16 0.28 324.17 0.34 0.58
Hex B8 70 9B 0 27 10 1C 144 22 3A
Octal 270 160 233 0 47 20 34 504 42 72
Binary 10111000 1110000 10011011 0 100111 10000 11100 101000100 100010 111010

Color Harmonies of #B8709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8709B

Black with #B8709B

Text Example


Text Example

White with #B8709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8709B; }

 p { color: rgb(184,112,155); }

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

background-color css

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

 a { background-color: rgb(184,112,155); }

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

border-color css

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

 span { border-color: rgb(184,112,155); }

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