Html Css Color HEX #B07B94 Bouquet

📋 copy color: '#B07B94'

red 176 ◦ green 123 ◦ blue 148

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

Shades of Bouquet #B07B94

Tints of Bouquet #B07B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 39.37%
G = 27.52%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B07B94 (or 0xB07B94) is known color: Bouquet. HEX triplet: B0, 7B and 94. RGB value is (176,123,148). Sum of RGB (Red+Green+Blue) = 176+123+148=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B94 is #4F846B. Grayscale: #8D8D8D. Windows color (decimal): -5211244 or 9730992. OLE color: 9730992.

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

Color convert

RGB 176 123 148 -
CMYK 0 0.30 0.16 0.31
HSL 331.7º 0.25% 0.59% -
HSV(B) 331.7º 0.3% 0.69% -
XYZ 30.33 25.53 31.35 -
YUV 141.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 176 123 148 0 0.30 0.16 0.31 331.7 0.25 0.59
Hex B0 7B 94 0 1E 10 1F 14C 19 3B
Octal 260 173 224 0 36 20 37 514 31 73
Binary 10110000 1111011 10010100 0 11110 10000 11111 101001100 11001 111011

Color Harmonies of #B07B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B94

Black with #B07B94

Text Example


Text Example

White with #B07B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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