Html Css Color HEX #B07BA7 Bouquet

📋 copy color: '#B07BA7'

red 176 ◦ green 123 ◦ blue 167

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

Shades of Bouquet #B07BA7

Tints of Bouquet #B07BA7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

 BLUE value IS 167 (65.63% from 255) = 35.84%

R = 37.77%
G = 26.39%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B07BA7 (or 0xB07BA7) is known color: Bouquet. HEX triplet: B0, 7B and A7. RGB value is (176,123,167). Sum of RGB (Red+Green+Blue) = 176+123+167=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA7 is #4F8458. Grayscale: #8F8F8F. Windows color (decimal): -5211225 or 10976176. OLE color: 10976176.

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

Color convert

RGB 176 123 167 -
CMYK 0 0.30 0.05 0.31
HSL 310.19º 0.25% 0.59% -
HSV(B) 310.19º 0.3% 0.69% -
XYZ 31.96 26.19 39.93 -
YUV 143.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 176 123 167 0 0.30 0.05 0.31 310.19 0.25 0.59
Hex B0 7B A7 0 1E 5 1F 136 19 3B
Octal 260 173 247 0 36 5 37 466 31 73
Binary 10110000 1111011 10100111 0 11110 101 11111 100110110 11001 111011

Color Harmonies of #B07BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA7

Black with #B07BA7

Text Example


Text Example

White with #B07BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA7; }

 p { color: rgb(176,123,167); }

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

background-color css

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

 a { background-color: rgb(176,123,167); }

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

border-color css

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

 span { border-color: rgb(176,123,167); }

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