Html Css Color HEX #B67A95 Bouquet

📋 copy color: '#B67A95'

red 182 ◦ green 122 ◦ blue 149

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

Shades of Bouquet #B67A95

Tints of Bouquet #B67A95

RGB

 RED value IS 182 (71.48% from 255) = 40.18%

 GREEN value IS 122 (48.05% from 255) = 26.93%

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 40.18%
G = 26.93%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B67A95 (or 0xB67A95) is known color: Bouquet. HEX triplet: B6, 7A and 95. RGB value is (182,122,149). Sum of RGB (Red+Green+Blue) = 182+122+149=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A95 is #49856A. Grayscale: #8E8E8E. Windows color (decimal): -4818283 or 9796278. OLE color: 9796278.

HSL color Cylindrical-coordinate representation of color #B67A95: hue angle of 333º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67A95 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 122 149 -
CMYK 0 0.33 0.18 0.29
HSL 333º 0.29% 0.6% -
HSV(B) 333º 0.33% 0.71% -
XYZ 31.68 26.03 31.79 -
YUV 143.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 182 122 149 0 0.33 0.18 0.29 333 0.29 0.6
Hex B6 7A 95 0 21 12 1D 14D 1D 3C
Octal 266 172 225 0 41 22 35 515 35 74
Binary 10110110 1111010 10010101 0 100001 10010 11101 101001101 11101 111100

Color Harmonies of #B67A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A95

Black with #B67A95

Text Example


Text Example

White with #B67A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A95; }

 p { color: rgb(182,122,149); }

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

background-color css

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

 a { background-color: rgb(182,122,149); }

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

border-color css

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

 span { border-color: rgb(182,122,149); }

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