Html Css Color HEX #B67CAC London Hue

📋 copy color: '#B67CAC'

red 182 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B67CAC

Tints of London Hue #B67CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 38.08%
G = 25.94%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B67CAC (or 0xB67CAC) is known color: London Hue. HEX triplet: B6, 7C and AC. RGB value is (182,124,172). Sum of RGB (Red+Green+Blue) = 182+124+172=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B67CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67CAC is #498353. Grayscale: #929292. Windows color (decimal): -4817748 or 11304118. OLE color: 11304118.

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

Color convert

RGB 182 124 172 -
CMYK 0 0.32 0.05 0.29
HSL 310.34º 0.28% 0.6% -
HSV(B) 310.34º 0.32% 0.71% -
XYZ 33.95 27.34 42.52 -
YUV 146.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 182 124 172 0 0.32 0.05 0.29 310.34 0.28 0.6
Hex B6 7C AC 0 20 5 1D 136 1C 3C
Octal 266 174 254 0 40 5 35 466 34 74
Binary 10110110 1111100 10101100 0 100000 101 11101 100110110 11100 111100

Color Harmonies of #B67CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CAC

Black with #B67CAC

Text Example


Text Example

White with #B67CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CAC; }

 p { color: rgb(182,124,172); }

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

background-color css

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

 a { background-color: rgb(182,124,172); }

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

border-color css

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

 span { border-color: rgb(182,124,172); }

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