Html Css Color HEX #B07C9C Bouquet

📋 copy color: '#B07C9C'

red 176 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #B07C9C

Tints of Bouquet #B07C9C

RGB

 RED value IS 176 (69.14% from 255) = 38.6%

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 38.6%
G = 27.19%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B07C9C (or 0xB07C9C) is known color: Bouquet. HEX triplet: B0, 7C and 9C. RGB value is (176,124,156). Sum of RGB (Red+Green+Blue) = 176+124+156=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C9C is #4F8363. Grayscale: #8F8F8F. Windows color (decimal): -5210980 or 10255536. OLE color: 10255536.

HSL color Cylindrical-coordinate representation of color #B07C9C: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C9C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 156 -
CMYK 0 0.30 0.11 0.31
HSL 323.08º 0.25% 0.59% -
HSV(B) 323.08º 0.3% 0.69% -
XYZ 31.11 26.05 34.84 -
YUV 143.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 176 124 156 0 0.30 0.11 0.31 323.08 0.25 0.59
Hex B0 7C 9C 0 1E B 1F 143 19 3B
Octal 260 174 234 0 36 13 37 503 31 73
Binary 10110000 1111100 10011100 0 11110 1011 11111 101000011 11001 111011

Color Harmonies of #B07C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C9C

Black with #B07C9C

Text Example


Text Example

White with #B07C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C9C; }

 p { color: rgb(176,124,156); }

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

background-color css

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

 a { background-color: rgb(176,124,156); }

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

border-color css

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

 span { border-color: rgb(176,124,156); }

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