Html Css Color HEX #BAA78D Pavlova

📋 copy color: '#BAA78D'

red 186 ◦ green 167 ◦ blue 141

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

Shades of Pavlova #BAA78D

Tints of Pavlova #BAA78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 37.65%
G = 33.81%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAA78D (or 0xBAA78D) is known color: Pavlova. HEX triplet: BA, A7 and 8D. RGB value is (186,167,141). Sum of RGB (Red+Green+Blue) = 186+167+141=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA78D is #455872. Grayscale: #A9A9A9. Windows color (decimal): -4544627 or 9283514. OLE color: 9283514.

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

Color convert

RGB 186 167 141 -
CMYK 0 0.10 0.24 0.27
HSL 34.67º 0.25% 0.64% -
HSV(B) 34.67º 0.24% 0.73% -
XYZ 38.88 40 30.87 -
YUV 169.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 186 167 141 0 0.10 0.24 0.27 34.67 0.25 0.64
Hex BA A7 8D 0 A 18 1B 23 19 40
Octal 272 247 215 0 12 30 33 43 31 100
Binary 10111010 10100111 10001101 0 1010 11000 11011 100011 11001 1000000

Color Harmonies of #BAA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA78D

Black with #BAA78D

Text Example


Text Example

White with #BAA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA78D; }

 p { color: rgb(186,167,141); }

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

background-color css

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

 a { background-color: rgb(186,167,141); }

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

border-color css

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

 span { border-color: rgb(186,167,141); }

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