Html Css Color HEX #BAA67A Pavlova

📋 copy color: '#BAA67A'

red 186 ◦ green 166 ◦ blue 122

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

Shades of Pavlova #BAA67A

Tints of Pavlova #BAA67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 39.24%
G = 35.02%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA67A (or 0xBAA67A) is known color: Pavlova. HEX triplet: BA, A6 and 7A. RGB value is (186,166,122). Sum of RGB (Red+Green+Blue) = 186+166+122=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA67A is #455985. Grayscale: #A7A7A7. Windows color (decimal): -4544902 or 8038074. OLE color: 8038074.

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

Color convert

RGB 186 166 122 -
CMYK 0 0.11 0.34 0.27
HSL 41.25º 0.32% 0.6% -
HSV(B) 41.25º 0.34% 0.73% -
XYZ 37.4 39.12 23.99 -
YUV 166.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 186 166 122 0 0.11 0.34 0.27 41.25 0.32 0.6
Hex BA A6 7A 0 B 22 1B 29 20 3C
Octal 272 246 172 0 13 42 33 51 40 74
Binary 10111010 10100110 1111010 0 1011 100010 11011 101001 100000 111100

Color Harmonies of #BAA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA67A

Black with #BAA67A

Text Example


Text Example

White with #BAA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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