Html Css Color HEX #B07D9C Bouquet

📋 copy color: '#B07D9C'

red 176 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #B07D9C

Tints of Bouquet #B07D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 38.51%
G = 27.35%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B07D9C (or 0xB07D9C) is known color: Bouquet. HEX triplet: B0, 7D and 9C. RGB value is (176,125,156). Sum of RGB (Red+Green+Blue) = 176+125+156=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D9C is #4F8263. Grayscale: #8F8F8F. Windows color (decimal): -5210724 or 10255792. OLE color: 10255792.

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

Color convert

RGB 176 125 156 -
CMYK 0 0.29 0.11 0.31
HSL 323.53º 0.24% 0.59% -
HSV(B) 323.53º 0.29% 0.69% -
XYZ 31.24 26.3 34.88 -
YUV 143.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 176 125 156 0 0.29 0.11 0.31 323.53 0.24 0.59
Hex B0 7D 9C 0 1D B 1F 144 18 3B
Octal 260 175 234 0 35 13 37 504 30 73
Binary 10110000 1111101 10011100 0 11101 1011 11111 101000100 11000 111011

Color Harmonies of #B07D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D9C

Black with #B07D9C

Text Example


Text Example

White with #B07D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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