Html Css Color HEX #B07CA0 Bouquet

📋 copy color: '#B07CA0'

red 176 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #B07CA0

Tints of Bouquet #B07CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 38.26%
G = 26.96%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B07CA0 (or 0xB07CA0) is known color: Bouquet. HEX triplet: B0, 7C and A0. RGB value is (176,124,160). Sum of RGB (Red+Green+Blue) = 176+124+160=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA0 is #4F835F. Grayscale: #8F8F8F. Windows color (decimal): -5210976 or 10517680. OLE color: 10517680.

HSL color Cylindrical-coordinate representation of color #B07CA0: hue angle of 318.46º 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 #B07CA0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 160 -
CMYK 0 0.30 0.09 0.31
HSL 318.46º 0.25% 0.59% -
HSV(B) 318.46º 0.3% 0.69% -
XYZ 31.46 26.18 36.65 -
YUV 143.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 176 124 160 0 0.30 0.09 0.31 318.46 0.25 0.59
Hex B0 7C A0 0 1E 9 1F 13E 19 3B
Octal 260 174 240 0 36 11 37 476 31 73
Binary 10110000 1111100 10100000 0 11110 1001 11111 100111110 11001 111011

Color Harmonies of #B07CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CA0

Black with #B07CA0

Text Example


Text Example

White with #B07CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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