Html Css Color HEX #BAA78B Pavlova

📋 copy color: '#BAA78B'

red 186 ◦ green 167 ◦ blue 139

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

Shades of Pavlova #BAA78B

Tints of Pavlova #BAA78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 37.8%
G = 33.94%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAA78B (or 0xBAA78B) is known color: Pavlova. HEX triplet: BA, A7 and 8B. RGB value is (186,167,139). Sum of RGB (Red+Green+Blue) = 186+167+139=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA78B is #455874. Grayscale: #A9A9A9. Windows color (decimal): -4544629 or 9152442. OLE color: 9152442.

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

Color convert

RGB 186 167 139 -
CMYK 0 0.10 0.25 0.27
HSL 35.74º 0.25% 0.64% -
HSV(B) 35.74º 0.25% 0.73% -
XYZ 38.73 39.94 30.09 -
YUV 169.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 186 167 139 0 0.10 0.25 0.27 35.74 0.25 0.64
Hex BA A7 8B 0 A 19 1B 24 19 40
Octal 272 247 213 0 12 31 33 44 31 100
Binary 10111010 10100111 10001011 0 1010 11001 11011 100100 11001 1000000

Color Harmonies of #BAA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA78B

Black with #BAA78B

Text Example


Text Example

White with #BAA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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