Html Css Color HEX #B67F9A Bouquet

📋 copy color: '#B67F9A'

red 182 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #B67F9A

Tints of Bouquet #B67F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 27.43%

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 39.31%
G = 27.43%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B67F9A (or 0xB67F9A) is known color: Bouquet. HEX triplet: B6, 7F and 9A. RGB value is (182,127,154). Sum of RGB (Red+Green+Blue) = 182+127+154=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9A is #498065. Grayscale: #929292. Windows color (decimal): -4816998 or 10125238. OLE color: 10125238.

HSL color Cylindrical-coordinate representation of color #B67F9A: hue angle of 330.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F9A is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 154 -
CMYK 0 0.30 0.15 0.29
HSL 330.55º 0.27% 0.61% -
HSV(B) 330.55º 0.3% 0.71% -
XYZ 32.71 27.46 34.15 -
YUV 146.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 182 127 154 0 0.30 0.15 0.29 330.55 0.27 0.61
Hex B6 7F 9A 0 1E F 1D 14B 1B 3D
Octal 266 177 232 0 36 17 35 513 33 75
Binary 10110110 1111111 10011010 0 11110 1111 11101 101001011 11011 111101

Color Harmonies of #B67F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F9A

Black with #B67F9A

Text Example


Text Example

White with #B67F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F9A; }

 p { color: rgb(182,127,154); }

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

background-color css

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

 a { background-color: rgb(182,127,154); }

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

border-color css

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

 span { border-color: rgb(182,127,154); }

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