Html Css Color HEX #B4709B Bouquet

📋 copy color: '#B4709B'

red 180 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #B4709B

Tints of Bouquet #B4709B

RGB

 RED value IS 180 (70.7% from 255) = 40.27%

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

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

R = 40.27%
G = 25.06%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4709B (or 0xB4709B) is known color: Bouquet. HEX triplet: B4, 70 and 9B. RGB value is (180,112,155). Sum of RGB (Red+Green+Blue) = 180+112+155=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4709B is #4B8F64. Grayscale: #898989. Windows color (decimal): -4951909 or 10186932. OLE color: 10186932.

HSL color Cylindrical-coordinate representation of color #B4709B: hue angle of 322.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4709B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 155 -
CMYK 0 0.38 0.14 0.29
HSL 322.06º 0.31% 0.57% -
HSV(B) 322.06º 0.38% 0.71% -
XYZ 30.53 23.66 33.97 -
YUV 137.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 180 112 155 0 0.38 0.14 0.29 322.06 0.31 0.57
Hex B4 70 9B 0 26 E 1D 142 1F 39
Octal 264 160 233 0 46 16 35 502 37 71
Binary 10110100 1110000 10011011 0 100110 1110 11101 101000010 11111 111001

Color Harmonies of #B4709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4709B

Black with #B4709B

Text Example


Text Example

White with #B4709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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