Html Css Color HEX #BAA68A Pavlova

📋 copy color: '#BAA68A'

red 186 ◦ green 166 ◦ blue 138

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

Shades of Pavlova #BAA68A

Tints of Pavlova #BAA68A

RGB

 RED value IS 186 (73.05% from 255) = 37.96%

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 37.96%
G = 33.88%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAA68A (or 0xBAA68A) is known color: Pavlova. HEX triplet: BA, A6 and 8A. RGB value is (186,166,138). Sum of RGB (Red+Green+Blue) = 186+166+138=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA68A is #455975. Grayscale: #A8A8A8. Windows color (decimal): -4544886 or 9086650. OLE color: 9086650.

HSL color Cylindrical-coordinate representation of color #BAA68A: hue angle of 35º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA68A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 138 -
CMYK 0 0.11 0.26 0.27
HSL 35º 0.26% 0.64% -
HSV(B) 35º 0.26% 0.73% -
XYZ 38.47 39.55 29.65 -
YUV 168.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 186 166 138 0 0.11 0.26 0.27 35 0.26 0.64
Hex BA A6 8A 0 B 1A 1B 23 1A 40
Octal 272 246 212 0 13 32 33 43 32 100
Binary 10111010 10100110 10001010 0 1011 11010 11011 100011 11010 1000000

Color Harmonies of #BAA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA68A

Black with #BAA68A

Text Example


Text Example

White with #BAA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA68A; }

 p { color: rgb(186,166,138); }

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

background-color css

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

 a { background-color: rgb(186,166,138); }

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

border-color css

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

 span { border-color: rgb(186,166,138); }

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