Html Css Color HEX #B07292 Bouquet

📋 copy color: '#B07292'

red 176 ◦ green 114 ◦ blue 146

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

Shades of Bouquet #B07292

Tints of Bouquet #B07292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 40.37%
G = 26.15%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B07292 (or 0xB07292) is known color: Bouquet. HEX triplet: B0, 72 and 92. RGB value is (176,114,146). Sum of RGB (Red+Green+Blue) = 176+114+146=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B07292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07292 is #4F8D6D. Grayscale: #888888. Windows color (decimal): -5213550 or 9597616. OLE color: 9597616.

HSL color Cylindrical-coordinate representation of color #B07292: hue angle of 329.03º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07292 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 146 -
CMYK 0 0.35 0.17 0.31
HSL 329.03º 0.28% 0.57% -
HSV(B) 329.03º 0.35% 0.69% -
XYZ 29.11 23.34 30.16 -
YUV 136.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 176 114 146 0 0.35 0.17 0.31 329.03 0.28 0.57
Hex B0 72 92 0 23 11 1F 149 1C 39
Octal 260 162 222 0 43 21 37 511 34 71
Binary 10110000 1110010 10010010 0 100011 10001 11111 101001001 11100 111001

Color Harmonies of #B07292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07292

Black with #B07292

Text Example


Text Example

White with #B07292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07292; }

 p { color: rgb(176,114,146); }

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

background-color css

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

 a { background-color: rgb(176,114,146); }

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

border-color css

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

 span { border-color: rgb(176,114,146); }

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