Html Css Color HEX #B68CAB London Hue

📋 copy color: '#B68CAB'

red 182 ◦ green 140 ◦ blue 171

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

Shades of London Hue #B68CAB

Tints of London Hue #B68CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 36.92%
G = 28.4%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B68CAB (or 0xB68CAB) is known color: London Hue. HEX triplet: B6, 8C and AB. RGB value is (182,140,171). Sum of RGB (Red+Green+Blue) = 182+140+171=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CAB is #497354. Grayscale: #9C9C9C. Windows color (decimal): -4813653 or 11242678. OLE color: 11242678.

HSL color Cylindrical-coordinate representation of color #B68CAB: hue angle of 315.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CAB is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 171 -
CMYK 0 0.23 0.06 0.29
HSL 315.71º 0.22% 0.63% -
HSV(B) 315.71º 0.23% 0.71% -
XYZ 36.02 31.64 42.74 -
YUV 156.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 182 140 171 0 0.23 0.06 0.29 315.71 0.22 0.63
Hex B6 8C AB 0 17 6 1D 13C 16 3F
Octal 266 214 253 0 27 6 35 474 26 77
Binary 10110110 10001100 10101011 0 10111 110 11101 100111100 10110 111111

Color Harmonies of #B68CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CAB

Black with #B68CAB

Text Example


Text Example

White with #B68CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CAB; }

 p { color: rgb(182,140,171); }

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

background-color css

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

 a { background-color: rgb(182,140,171); }

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

border-color css

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

 span { border-color: rgb(182,140,171); }

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